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:
|
build:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
|
- mkdir /go/bin
|
||||||
- curl https://glide.sh/get | sh
|
- curl https://glide.sh/get | sh
|
||||||
- cd src/meow.tf/deb-simple
|
- cd src/meow.tf/deb-simple
|
||||||
- glide install
|
- glide install
|
Loading…
Reference in New Issue