config-loader/.drone.yml
Jay 42d6577878
All checks were successful
continuous-integration/drone/push Build is passing
[feat] add ci config
2020-06-05 14:34:19 +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