From f35741adcfdd2ae86060871649af50f94277ca9c Mon Sep 17 00:00:00 2001 From: pokeeffe-molecula Date: Mon, 14 Feb 2022 10:46:58 -0600 Subject: [PATCH] removing experiments --- .gitlab/.gitlab-ci.yml | 8 -------- internal/clustertests/results/coverage.out | 0 2 files changed, 8 deletions(-) delete mode 100644 internal/clustertests/results/coverage.out diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 2b67dc285..a1432e3b0 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -25,14 +25,6 @@ smoke build: - echo "Let's just see if it compiles... (sometimes the linter gives unclear errors if it doesn't)" - go build ./... -un-firetruck build: - stage: lint - rules: - - if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"' - script: - - echo "Removes some files which cause problems" - - rm -rf internal/clustertests/results - golangci-lint: image: golangci/golangci-lint:v1.39.0 stage: lint diff --git a/internal/clustertests/results/coverage.out b/internal/clustertests/results/coverage.out deleted file mode 100644 index e69de29bb..000000000