modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 15:05:05 +02:00
parent 5faedd8d06
commit b3bf3209f7

View File

@ -35,4 +35,3 @@ shellcheck:
script:
- which shellcheck || apt-get update && apt-get install -y shellcheck
- find . -name *.sh -not -path "*.git*" -exec shellcheck {} +