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:
|
paths:
|
||||||
- .cache/pip
|
- .cache/pip
|
||||||
before_script:
|
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
|
- apt-get update && apt-get install -y bash git
|
||||||
- ./scripts/setup.sh
|
- ./scripts/setup.sh
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue