Fix bin directory not existing
the build was successful
Details
the build was successful
Details
This commit is contained in:
parent
d2223b07e7
commit
e09b5d6275
|
@ -5,6 +5,7 @@ pipeline:
|
|||
build:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- mkdir /go/bin
|
||||
- curl https://glide.sh/get | sh
|
||||
- cd src/meow.tf/deb-simple
|
||||
- glide install
|
Loading…
Reference in New Issue