Loading .gitlab/ci/shellcheck.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ test-shellcheck: image: koalaman/shellcheck-alpine:stable needs: [] script: - shellcheck src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret - shellcheck src/bin/auto-deploy test/* test-shfmt: stage: test Loading @@ -12,4 +12,4 @@ test-shfmt: entrypoint: ["/bin/sh", "-c"] needs: [] script: - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/* Loading
.gitlab/ci/shellcheck.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ test-shellcheck: image: koalaman/shellcheck-alpine:stable needs: [] script: - shellcheck src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret - shellcheck src/bin/auto-deploy test/* test-shfmt: stage: test Loading @@ -12,4 +12,4 @@ test-shfmt: entrypoint: ["/bin/sh", "-c"] needs: [] script: - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/verify-deployment-database test/verify-application-secret - shfmt -i 2 -ci -l -d src/bin/auto-deploy test/*