aoc2020/.drone.yml
Patrick Michl 63a1cd018a
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build was killed
add .drone.yml
2021-03-04 22:25:50 +01:00

15 lines
174 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