drone-ci-demo/.drone.yml
lab 231ee6b1c7
All checks were successful
continuous-integration/drone Build is passing
add .drone.yml
2021-12-04 14:57:01 +08:00

11 lines
125 B
YAML

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