Fix bin directory not existing
All checks were successful
the build was successful

This commit is contained in:
Tyler 2018-10-14 04:04:52 -04:00
parent d2223b07e7
commit e09b5d6275

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