config-loader/.drone.yml

19 lines
230 B
YAML
Raw Permalink Normal View History

2020-06-05 14:34:19 +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