@@ -22,17 +22,16 @@ pipeline:
commands:
- go test ./go/src/...
-
backend-build:
image: golang
environment:
- GOPATH=/app/go/deps:/app/go
+ - CGO_ENABLED=0
- ls -la
- ls -la go/bin
- - CGO_ENALED=0 go build flowserver/cmd/flowserver
+ - go build flowserver/cmd/flowserver
frontend-build:
image: node:6