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