add step: en, fr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
lab 2021-12-04 15:12:39 +08:00
parent 68253d7b1d
commit 607293ba9f

View File

@ -3,16 +3,26 @@ type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo done
when:
branch:
- master
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo done
when:
branch:
- master
- name: en
image: alpine
commands:
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde
trigger:
event:
- push
- push