1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-06-13 21:16:04 +02:00
This commit is contained in:
Brad Rydzewski 2017-05-15 14:00:56 +02:00
parent 615bf50efb
commit a90b743004

View File

@ -4,13 +4,13 @@ workspace:
pipeline:
test:
image: golang:1.6
image: golang:1.8
commands:
- cd drone
- go test
build:
image: golang:1.6
image: golang:1.8
commands: bash .drone.sh
when:
event: push