mirror of https://github.com/ceph/ceph-ansible.git
travis: Remove galaxy lint rules repository
The galaxy-lint-rules github repository isn't used anymore and has been archived. All the rules are now part of the ansible-lint project. https://github.com/ansible/galaxy-lint-rules https://github.com/ansible/ansible-lint Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/3748/head
parent
94505a3af2
commit
4cca366102
|
@ -7,7 +7,6 @@ notifications:
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install ansible-lint pytest
|
- pip install ansible-lint pytest
|
||||||
- git clone https://github.com/ansible/galaxy-lint-rules
|
|
||||||
script:
|
script:
|
||||||
- pytest -vvvv library/
|
- pytest -vvvv library/
|
||||||
- for i in $(ls -1 roles/); do ansible-lint -x 204 -v -r galaxy-lint-rules/rules roles/$i/ ; done
|
- for i in $(ls -1 roles/); do ansible-lint -x 204 -v roles/$i/ ; done
|
||||||
|
|
Loading…
Reference in New Issue