mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-16 07:51:33 +01:00
6 lines
56 B
YAML
6 lines
56 B
YAML
image: go
|
|
script:
|
|
- cd drone
|
|
- go build
|
|
- go test
|