remove git from build

This commit is contained in:
Umputun
2018-05-22 01:32:26 -05:00
parent 7d06f1b1fe
commit 282f61f6aa
+1 -1
View File
@@ -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