drone-ci-demo/.drone.yml
lab 7fda47cdcd
All checks were successful
continuous-integration/drone/push Build is passing
merge trigger
2021-12-04 16:04:27 +08:00

28 lines
362 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo done
- name: en
image: alpine
commands:
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde
trigger:
branch:
- master
event:
- push