Files
ci/.drone.yml
T
2022-04-21 19:30:19 +00:00

28 lines
294 B
YAML

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