Skip to content
Snippets Groups Projects
Commit afaf2222 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix shellcheck image name

parent 0068ea6c
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #541 failed
......@@ -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 {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment