deb-simple/.drone.yml
Tyler e09b5d6275
All checks were successful
the build was successful
Fix bin directory not existing
2018-10-14 04:04:52 -04:00

11 lines
190 B
YAML

workspace:
base: /go
pipeline:
build:
image: golang:latest
commands:
- mkdir /go/bin
- curl https://glide.sh/get | sh
- cd src/meow.tf/deb-simple
- glide install