Skip to content
Snippets Groups Projects

Add Debian Jessie build image

Merged Erick Hitter requested to merge add/debian-jessie into master
+ 4
4
@@ -13,7 +13,6 @@ before_script:
lint-dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
services:
before_script:
- mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
@@ -22,10 +21,11 @@ lint-dockerfile:
lint-shell-script:
stage: test
services:
image: koalaman/shellcheck:latest
image: koalaman/shellcheck-alpine:latest
before_script:
- shellcheck -V
script:
- find . -name "*.sh" -execdir shellcheck {} \;
- find . -name "*.sh" -exec shellcheck {} \;
#
# IMAGE BUILDS/PUSHES
Loading