1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-26 08:46:03 +02:00
drone-cli/.drone.yml
2017-05-15 13:59:26 +02:00

17 lines
239 B
YAML

workspace:
base: /go
path: src/github.com/drone/drone-cli
pipeline:
test:
image: golang:1.6
commands:
- cd drone
- go test
build:
image: golang:1.6
commands: bash .drone.sh
when:
event: push