Skip to content
Snippets Groups Projects
Commit 31db0a97 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Merge branch 'master' of gitlab.it4i.cz:it4i-admins/docs.it4i into add_changes

parents 85d1f8df 9a9ae63f
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