Skip to content
Snippets Groups Projects
Commit 4efe478b authored by Erick Hitter's avatar Erick Hitter
Browse files
parent cd75ec37
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #543 failed
......@@ -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 {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment