bond/.drone.yml

15 lines
164 B
YAML
Raw Normal View History

2020-04-22 20:48:07 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- echo hello
2020-04-23 06:07:49 +00:00
- name: test
image: alpine
commands:
- echo hello