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