Test drone
the build failed Details

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

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
workspace:
base: /go
pipeline:
build:
image: golang:latest
commands:
- curl https://glide.sh/get | sh
- cd src/meow.tf/deb-simple
- glide install