use mkdir -p
This commit is contained in:
parent
76d058e3d0
commit
ea9fdc597c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ pipeline:
|
|||
image: golang:1.9
|
||||
pull: true
|
||||
commands:
|
||||
- mkdir /go/bin /go/src
|
||||
- mkdir -p /go/bin /go/src
|
||||
- go get github.com/revel/cmd/revel
|
||||
- /go/bin/revel build github.com/CyCoreSystems/cycore-web tmp prod
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue