Skip to content
Snippets Groups Projects

MVP

Merged Erick Hitter requested to merge develop into master
Files
2
+ 6
2
@@ -17,7 +17,9 @@ lint:dockerfile:
- mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
- |
set -eo pipefail
find . -name "Dockerfile" -execdir hadolint {} \;
lint:shell-script:
stage: test
@@ -25,7 +27,9 @@ lint:shell-script:
before_script:
- shellcheck -V
script:
- find . -name "*.sh" -exec shellcheck {} \;
- |
set -eo pipefail
find . -name "*.sh" -exec shellcheck {} \;
#
# IMAGE BUILDS/PUSHES
Loading