Loading gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ stages: ### TEST SECTION shellcheck: extends: common extends: .common stage: shellcheck image: $SHELLCHECK_IMAGE script: - test -s run.sh && shellcheck ${SHELLCHECK_PARAMETERS} run.sh || true ansible-lint: extends: common extends: .common stage: ansible-lint image: $ANSIBLE_IMAGE variables: Loading Loading
gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,14 +29,14 @@ stages: ### TEST SECTION shellcheck: extends: common extends: .common stage: shellcheck image: $SHELLCHECK_IMAGE script: - test -s run.sh && shellcheck ${SHELLCHECK_PARAMETERS} run.sh || true ansible-lint: extends: common extends: .common stage: ansible-lint image: $ANSIBLE_IMAGE variables: Loading