pipeline: backend: image: golang commands: - GOPATH=$(pwd)/go - go get flowserver - go get -t flowserver - go test flow/... - go test flowserver/... - go build frontend: image: node:6 commands: - make frontend