Skip to content
Snippets Groups Projects

Add Debian Jessie build image

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