Skip to content
Snippets Groups Projects
Commit 7f89ab6e authored by adam's avatar adam
Browse files

allow failure

parent e34042ed
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -5,12 +5,14 @@ stages:
pilint:
stage: lint
image: davidhrbac/docker-pycheck:latest
allow_failure: true
script:
- pylint *.py
shellcheck:
stage: lint
image: davidhrbac/docker-shellcheck:latest
allow_failure: true
script:
- 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