diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d22db3a..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -test:shellcheck: - stage: test - image: koalaman/shellcheck-alpine - script: - shellcheck *.sh -...