From 9f3cd894e19a5c262996648d70a136fdfd5865ee Mon Sep 17 00:00:00 2001 From: Simon Heimberg Date: Wed, 19 Jul 2023 15:09:40 +0200 Subject: [PATCH] include shell files (instead of excluding them) --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index d877e8a..8c9f5be 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -18,7 +18,7 @@ test: - apk update - apk add git script: - - git ls-files --exclude='*.sh' --ignored -c -z | xargs -0r shellcheck + - git ls-files --ignored -c -z '*.sh' | xargs -0r shellcheck ``` If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit). \ No newline at end of file