remove git from build
This commit is contained in:
+1
-1
@@ -7,9 +7,9 @@ pipeline:
|
||||
build:
|
||||
image: golang:1.10-alpine
|
||||
commands:
|
||||
- apk add --no-cache git
|
||||
- cd app
|
||||
- go build -v ./...
|
||||
# - apk add --no-cache git
|
||||
# - go get golang.org/x/tools/cmd/cover
|
||||
# - go get github.com/mattn/goveralls
|
||||
# - go test -v -covermode=count -coverprofile=coverage.out
|
||||
|
||||
Reference in New Issue
Block a user