argparse/.drone.yml

19 lines
230 B
YAML
Raw Permalink Normal View History

2020-02-12 09:39:46 +00:00
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