Files
drone-test/.drone.yml
Dmitry Chumak 5f4b19d2fd
All checks were successful
continuous-integration/drone Build is passing
drone.yml added
2022-04-25 21:13:07 +03: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