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 name: default
steps: steps:
- name: greeting - name: greeting
image: alpine image: alpine
commands: commands:
- echo hello - echo hello
- echo world - echo world
- echo done - echo done
when: when:
branch: branch:
- master - master
- name: en
image: alpine
commands:
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde
trigger: trigger:
event: event:
- push - push