mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
maybe without before?
This commit is contained in:
parent
7ca714e6d1
commit
2d33c40a50
1 changed files with 7 additions and 7 deletions
|
|
@ -15,13 +15,13 @@ stages:
|
|||
- test
|
||||
- build
|
||||
|
||||
before_script:
|
||||
- echo "before_script"
|
||||
- git version
|
||||
- go env -w GOPRIVATE=github.com/molecula
|
||||
- mkdir -p .go
|
||||
- go version
|
||||
- go env -w GO111MODULE=on
|
||||
#before_script:
|
||||
#- echo "before_script"
|
||||
#- git version
|
||||
#- go env -w GOPRIVATE=github.com/molecula
|
||||
#- mkdir -p .go
|
||||
#- go version
|
||||
#- go env -w GO111MODULE=on
|
||||
|
||||
golangci-lint:
|
||||
image: golangci/golangci-lint:v1.39.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue