drone_test/.drone.yml

11 lines
126 B
YAML
Raw Normal View History

2021-03-04 23:15:05 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
2021-03-05 02:10:37 +01:00
- echo worldt