removing experiments

This commit is contained in:
pokeeffe-molecula 2022-02-14 10:46:58 -06:00
parent 6362173288
commit f35741adcf
2 changed files with 0 additions and 8 deletions

View file

@ -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