Loading gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -34,13 +34,12 @@ shellcheck: stage: shellcheck image: registry.cyberbrain.pw/tools/linters/shellcheck script: - shellcheck -s sh -e SC2068 setup.sh - shellcheck -s sh -e SC2068 run.sh - test -s run.sh && shellcheck -s sh -e SC2068 run.sh ansible-lint: <<: *common stage: ansible-lint image: registry.cyberbrain.pw/ansible/ansible script: - sh setup.sh ${PARAMETERS} - echo "This is too difficult. Skipping" - ansible-galaxy install -r requirements.yml - ansible-lint Loading
gitlab-ci.yml +3 −4 Original line number Diff line number Diff line Loading @@ -34,13 +34,12 @@ shellcheck: stage: shellcheck image: registry.cyberbrain.pw/tools/linters/shellcheck script: - shellcheck -s sh -e SC2068 setup.sh - shellcheck -s sh -e SC2068 run.sh - test -s run.sh && shellcheck -s sh -e SC2068 run.sh ansible-lint: <<: *common stage: ansible-lint image: registry.cyberbrain.pw/ansible/ansible script: - sh setup.sh ${PARAMETERS} - echo "This is too difficult. Skipping" - ansible-galaxy install -r requirements.yml - ansible-lint