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

Fix shellcheck call

parent afaf2222
No related branches found
No related tags found
1 merge request!6Add Debian Jessie build image
Pipeline #542 failed
......@@ -25,7 +25,7 @@ lint-shell-script:
services:
image: koalaman/shellcheck:latest
script:
- find . -name "*.sh" -execdir shellcheck {} \;
- find . -name "*.sh" -exec shellcheck {} \;
#
# IMAGE BUILDS/PUSHES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment