parent
b65a8464d7
commit
d2223b07e7
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user