@@ -3,11 +3,10 @@ pipeline:
image: golang
commands:
- GOPATH=$(pwd)/go/deps:$(pwd)/go
- - CGO=0
- go get ./go/src/...
- go get -t ./go/src/...
- go test ./go/src/...
- - go build flowserver
+ - CGO_ENABLED=0 go build flowserver
frontend:
image: node:6