Skip to content
Snippets Groups Projects

Corrected shellcheck CI test

Merged David Hrbáč requested to merge CI into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ shellcheck:
allow_failure: true
script:
- which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck *.sh
- find . -name *.sh -not -path "./docs.it4i/*" -not -path "./site/*" -exec shellcheck {} +
deploy to stage:
environment: stage
Loading