1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix permissions of ansible-test parts for sanity tests.

This commit is contained in:
Felix Fontein 2020-03-23 07:42:58 +01:00
parent 2806479f3f
commit c2713f0a12

View file

@ -149,6 +149,8 @@ ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}"
ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}"
chmod -R a+rX "${COLLECTION_DIR}"
chmod -R a+rx /root/ansible/test/lib/ansible_test/_data/sanity/code-smell/*.py
chmod -R a+rx /root/ansible/test/lib/ansible_test/_data/sanity/import/importer.py
# END: HACK