Remove writability of directory
https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
This commit is contained in:
parent
f872d766f9
commit
308437cf54
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ ansible:
|
|||
paths:
|
||||
- .cache/pip
|
||||
before_script:
|
||||
- chmod 0755 . # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
|
||||
- apt-get update && apt-get install -y bash git
|
||||
- ./scripts/setup.sh
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue