Commit a58e7fd8 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

.gitlab-ci.yml

parent 0b1c0f08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,4 +43,4 @@ ansible-lint:
  image: registry.cyberbrain.pw/ansible/ansible
  script:
    - sh setup.sh
    - find . -maxdepth 1 -mindepth 1 -name \*.yml -a -not -name requirements.yml -a -not -name .gitlab-ci.yml -type f -print0 | xargs -0 ansible-lint -v -x '204' -x '301' -x '305' -x '401'
    - find ./kubespray -maxdepth 1 -mindepth 1 -name \*.yml -a -not -name requirements.yml -a -not -name .gitlab-ci.yml -type f -print0 | xargs -0 ansible-lint -v -x '204' -x '301' -x '305' -x '401'