argparse/.drone.yml
2020-02-12 09:39:46 +00:00

19 lines
230 B
YAML

kind: pipeline
name: test-stable-version
steps:
- name: test
image: golang:1
commands:
- go test
---
kind: pipeline
name: test-rc-version
steps:
- name: test
image: golang:rc
commands:
- go test