From dd6221632701a90196d2dd2be635aa3453cce98f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 24 Jul 2019 11:37:59 +0200 Subject: [PATCH] [gitlab] Remove unit testing CI for now --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a9155c..f9b1f23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,11 +24,3 @@ lint: - find . -type f -name '*.sh' | xargs shfmt -d -i 2 - echo "--------- CHECKING ZSH SHELLSCRIPTS -------------" - find . -type f -name '*.zsh' | xargs shfmt -d -i 2 - -test: - stage: test - image: bats/bats:latest - before_script: - - bats --version - script: - - bats -r .