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

Short-circuit global `before_script`

parent 4efe478b
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #544 canceled
......@@ -22,6 +22,8 @@ lint-dockerfile:
lint-shell-script:
stage: test
image: koalaman/shellcheck-alpine:latest
before_script:
- shellcheck -V
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