use mkdir -p

This commit is contained in:
Seán C McCord 2017-09-30 23:02:04 -04:00
parent 76d058e3d0
commit ea9fdc597c

View file

@ -6,7 +6,7 @@ pipeline:
image: golang:1.9 image: golang:1.9
pull: true pull: true
commands: commands:
- mkdir /go/bin /go/src - mkdir -p /go/bin /go/src
- go get github.com/revel/cmd/revel - go get github.com/revel/cmd/revel
- /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod - /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod
publish: publish: