Fix bin directory not existing
the build was successful Details

This commit is contained in:
Tyler 2018-10-14 04:04:52 -04:00
parent d2223b07e7
commit e09b5d6275
1 changed files with 1 additions and 0 deletions

View File

@ -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