1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-06-03 12:36:03 +02:00
drone-cli/.drone.yml
2016-05-25 09:43:33 -07:00

22 lines
319 B
YAML

workspace:
base: /go
path: src/github.com/drone/drone-cli
pipeline:
test:
image: golang:1.6
commands:
- cd drone
- go test
dist:
image: golang:1.6
commands: ./.drone.sh
when:
event: push
# publish:
# image: s3
# when:
# event: push
# branch: master