pipeline: backend: image: golang commands: - GOPATH=$(pwd)/go/deps:$(pwd)/go - go get ./go/src/... - go get -t ./go/src/... - go test ./go/src/... - go build flowserver - ls - ls $(pwd)/go/bin - cp $(pwd)/go/bin/flowserver ../DIST - ls frontend: image: node:6 commands: - cd browser/vue-flow - yarn - yarn build - ls - ls ../../ - cp -r dist ../../DIST/web