diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 948519a..a1650f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ shellcheck: stage: lint script: |- shellcheck --version - shellcheck $(find . -name '*.sh') + shellcheck -e SC2239 $(find . -name '*.sh') # Downloads all the ISO files so that we have a single cache with all # of them present. This prevents a race condition where some of the