Skip to content
Snippets Groups Projects
Commit a877bd99 authored by Paul's avatar Paul :turtle:
Browse files

allow_failure for shellcheck

parent 2a495065
No related branches found
No related tags found
No related merge requests found
Pipeline #4530 passed with warnings
...@@ -16,6 +16,7 @@ ansible_lint: ...@@ -16,6 +16,7 @@ ansible_lint:
shellcheck: shellcheck:
stage: test stage: test
allow_failure: yes
before_script: before_script:
- apt update && apt install -y shellcheck - apt update && apt install -y shellcheck
script: script:
......
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