graphxq/.drone.yml
apb 9687457899
Some checks reported errors
continuous-integration/drone/push Build was killed
fix
2021-05-26 15:06:29 +01:00

10 lines
135 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world