@@ -27,11 +27,10 @@ pipeline:
image: golang
environment:
- GOPATH=/app/go/deps:/app/go
- - CGO_ENABLED=0
commands:
- ls -la
- ls -la go/bin
- - go build flowserver/cmd/flowserver
+ - CGO_ENABLED=0 go build flowserver/cmd/flowserver
frontend-build:
image: node:6