From 9388aff91af3698d46b9fd6452a6519a4a8c38dc Mon Sep 17 00:00:00 2001 From: Niklas Holm <572511+niklasholm@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:00:49 +0200 Subject: [PATCH] Revert 98b771780adbade289cffe388efb0a90756638c6...9f3cd894e19a5c262996648d70a136fdfd5865ee on GitLab CI --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index 8c9f5be..d877e8a 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -18,7 +18,7 @@ test: - apk update - apk add git script: - - git ls-files --ignored -c -z '*.sh' | xargs -0r shellcheck + - git ls-files --exclude='*.sh' --ignored -c -z | 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