CI: Fix incorrect u=r,g=r,o=rw file permissions on mitogen__has_sudo_pubkey.key
The wrong base was used when calculating the mode. So the file became world readable and writable on a CI runner, until ansible/integration/ssh/variables.yml happened to correct it near the end of the integration tests. I believe this was the only instance. ```console mitogen git:(issue1182) ✗ ag --python 'int\(.+7\)' . .ci | wc -l 0 ``` fixes #1182pull/1183/head
parent
a35b208acd
commit
43cc937bc6
Loading…
Reference in New Issue