@@ -2,9 +2,9 @@ pipeline:
backend:
image: golang
environment:
+ commands:
- GOPATH=$(pwd)/go/deps:$(pwd)/go
- CGO=0
- commands:
- go get ./go/src/...
- go get -t ./go/src/...
- go test ./go/src/...