[gitlab] Make CI output colorful

This commit is contained in:
Marty Oehme 2019-07-24 11:33:57 +02:00
parent d7e8831423
commit 8d19ff9ffd

View File

@ -11,9 +11,9 @@ analyze:
- shellcheck --version
script:
- echo "--------- CHECKING POSIX SHELLSCRIPTS -------------"
- find . -type f -name '*.sh' | xargs shellcheck
- find . -type f -name '*.sh' | xargs shellcheck -Calways
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
- find . -type f -name '*.zsh' | xargs shellcheck -s bash -e SC2034
- find . -type f -name '*.zsh' | xargs shellcheck -Calways -s bash -e SC2034
lint:
stage: test