Loading gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -40,13 +40,13 @@ hadolint: cache: [] dependencies: [] #### Hadolint schellcheck: extends: .common_lint image: name: $SHELLCHECK_IMAGE entrypoint: ["/usr/bin/env", "sh", "-c"] script: - /entrypoint.sh *.sh cache: [] dependencies: [] # #### Hadolint # shellcheck: # extends: .common_lint # image: # name: $SHELLCHECK_IMAGE # entrypoint: ["/usr/bin/env", "sh", "-c"] # script: # - /entrypoint.sh *.sh # cache: [] # dependencies: [] Loading
gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -40,13 +40,13 @@ hadolint: cache: [] dependencies: [] #### Hadolint schellcheck: extends: .common_lint image: name: $SHELLCHECK_IMAGE entrypoint: ["/usr/bin/env", "sh", "-c"] script: - /entrypoint.sh *.sh cache: [] dependencies: [] # #### Hadolint # shellcheck: # extends: .common_lint # image: # name: $SHELLCHECK_IMAGE # entrypoint: ["/usr/bin/env", "sh", "-c"] # script: # - /entrypoint.sh *.sh # cache: [] # dependencies: []