chore: removed unused Gitlab CI pipeline definition

This commit is contained in:
Tobias Schmidl 2023-10-17 13:26:05 +02:00
parent 14ad9f2acd
commit 11673ff654

View file

@ -1,7 +0,0 @@
---
test:shellcheck:
stage: test
image: koalaman/shellcheck-alpine
script:
shellcheck *.sh
...