Revert 98b771780adbade289cffe388efb0a90756638c6...9f3cd894e19a5c262996648d70a136fdfd5865ee on GitLab CI

Niklas Holm
2023-09-12 11:00:49 +02:00
parent df57ab195d
commit 9388aff91a

@@ -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).