drone-test/.drone.yml

14 lines
160 B
YAML
Raw Normal View History

2020-08-20 02:20:29 +02:00
kind: pipeline
2020-08-20 02:55:13 +02:00
type: docker
2020-08-20 02:20:29 +02:00
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
2020-08-20 02:55:13 +02:00
image: hello-world:1
2020-08-20 02:20:29 +02:00
commands:
- echo hello world