Skip to content
Snippets Groups Projects
Commit 15f0bdc4 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Update file .gitlab-ci.yml

parent 3bcb02f8
Branches
No related tags found
No related merge requests found
Pipeline #6296 passed
......@@ -20,4 +20,4 @@ before_script:
test-syntax-job: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
script:
- find ./ -name *.sh | xargs shellcheck --color=always --shell=bash --external-sources
- find ./ -name *.sh | xargs shellcheck --color=always --shell=bash --enable=all --severity=warning --external-sources
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment