Skip to content
Snippets Groups Projects
Commit c4f68815 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-409: Ignore shebangs not working with more than one parameter on some...

L2SS-409: Ignore shebangs not working with more than one parameter on some OSes. We don't use those OSes, and don't want to lose this functionality.
parent 30f43d70
No related branches found
No related tags found
1 merge request!151Resolve L2SS-409 "Fix shellcheck ci"
...@@ -37,7 +37,7 @@ shellcheck: ...@@ -37,7 +37,7 @@ shellcheck:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y shellcheck - sudo apt-get install -y shellcheck
script: script:
- shellcheck **/*.sh - shellcheck -e SC2096 **/*.sh
unit_test: unit_test:
stage: unit-tests stage: unit-tests
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment