Commit 1c17b7b4 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'chore-use-globbing-for-test-script-lint' into 'master'

chore: Use globbing for linting test script folder

Closes #54

See merge request gitlab-org/cluster-integration/auto-deploy-image!81
parents 43eaabbc 3a2914bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
@@ -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/*