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

corrections to fail state

parent 55a7df8f
No related branches found
No related tags found
No related merge requests found
...@@ -8,13 +8,13 @@ docs: ...@@ -8,13 +8,13 @@ docs:
mkdocs: mkdocs:
stage: test stage: test
image: davidhrbac/docker-mkdocscheck:latest image: davidhrbac/docker-mkdocscheck:latest
allow_failure: true
script: script:
- mkdocs build - mkdocs build
shellcheck: shellcheck:
stage: test stage: test
image: davidhrbac/docker-shellcheck:latest image: davidhrbac/docker-shellcheck:latest
allow_failure: true
script: script:
- which shellcheck || apt-get update && apt-get install -y shellcheck - which shellcheck || apt-get update && apt-get install -y shellcheck
- shellcheck *.sh - shellcheck *.sh
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