chmod the correct directory

This commit is contained in:
Jake Howard 2021-07-11 18:20:13 +01:00
parent c6266728b4
commit 322843b3c1
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -14,7 +14,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 - chmod 0755 ansible/ # 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
script: script: