Files
demo/.drone.yml
ch4o5 f8558b720e
All checks were successful
continuous-integration/drone/push Build is passing
更新 '.drone.yml'
2022-03-25 12:32:17 +08:00

14 lines
173 B
YAML

kind: pipeline
type: docker
name: greeting
steps:
- name: en
image: alpine
commands:
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde