Commit 8b62e335 authored by Thong Kuah's avatar Thong Kuah
Browse files

Merge branch 'use-needs-for-shell-test-jobs' into 'master'

chore: Add empty needs to shellcheck jobs

See merge request gitlab-org/cluster-integration/auto-deploy-image!57
parents 0c902d17 ff375dca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
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/*