drone-test/.drone.yml
ericek111 7d92673d70
Some checks reported errors
continuous-integration/drone/push Build encountered an error
pipeline docker
2020-08-20 02:55:13 +02:00

14 lines
160 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: hello-world:1
commands:
- echo hello world