mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
removing experiments
This commit is contained in:
parent
6362173288
commit
f35741adcf
2 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue