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

ignore templates for shellcheck

parent f2c406d6
No related branches found
No related tags found
No related merge requests found
Pipeline #4529 failed
...@@ -19,4 +19,4 @@ shellcheck: ...@@ -19,4 +19,4 @@ shellcheck:
before_script: before_script:
- apt update && apt install -y shellcheck - apt update && apt install -y shellcheck
script: script:
- find ./roles/ -name "*.sh" -exec shellcheck "{}" \+ - find ./roles/ -name "*.sh" | grep -v templates | xargs shellcheck
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