Skip to content
Snippets Groups Projects
Commit 9a9ae63f authored by David Hrbáč's avatar David Hrbáč
Browse files

Merge branch 'CI' into 'master'

Corrected shellcheck CI test

See merge request !50
parents 672c5d81 092881f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment