From ff375dcaa1d35b868c4e85d9b0ef2a97336b8973 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Tue, 3 Mar 2020 14:48:19 -0500 Subject: [PATCH] chore: Add empty needs to shellcheck jobs --- .gitlab/ci/shellcheck.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/shellcheck.gitlab-ci.yml b/.gitlab/ci/shellcheck.gitlab-ci.yml index 0300dcb..956ba27 100644 --- a/.gitlab/ci/shellcheck.gitlab-ci.yml +++ b/.gitlab/ci/shellcheck.gitlab-ci.yml @@ -1,6 +1,7 @@ test-shellcheck: stage: test image: koalaman/shellcheck-alpine:stable + needs: [] script: - shellcheck src/bin/auto-deploy test/verify-deployment-database @@ -9,5 +10,6 @@ test-shfmt: image: name: peterdavehello/shfmt:2.6.4 entrypoint: ["/bin/sh", "-c"] + needs: [] script: - shfmt -i 2 -ci -l -d src/bin/* -- GitLab