Fix directory permissions before install
This commit is contained in:
parent
0364cbade5
commit
c6266728b4
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ 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/ansible/setup.sh
|
- ./scripts/ansible/setup.sh
|
||||||
- chmod 0755 . # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/ansible/lint.sh
|
- ./scripts/ansible/lint.sh
|
||||||
|
|
Loading…
Reference in a new issue