deb-simple/.drone.yml
Tyler d2223b07e7
Some checks failed
the build failed
Test drone
2018-10-14 04:02:23 -04:00

10 lines
170 B
YAML

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