Skip to content
Snippets Groups Projects

Add Debian Jessie build image

Merged Erick Hitter requested to merge add/debian-jessie into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -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,8 +21,7 @@ lint-dockerfile:
lint-shell-script:
stage: test
services:
image: koalaman/shellcheck:latest
image: koalaman/shellcheck-alpine:latest
script:
- find . -name "*.sh" -exec shellcheck {} \;
Loading