drone-hello-world/.drone.yml

12 lines
140 B
YAML
Raw Permalink Normal View History

2020-10-08 17:08:37 +00:00
kind: pipeline
2020-10-08 18:17:13 +00:00
type: exec
2020-10-08 17:08:37 +00:00
name: default
2020-10-08 18:17:13 +00:00
platform:
os: linux
arch: amd64
2020-10-08 17:08:37 +00:00
steps:
- name: greeting
commands:
2020-10-08 18:17:13 +00:00
- docker run hello-world