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,7 +3,7 @@ type: docker
name: default
steps:
- name: greeting
- name: greeting
image: alpine
commands:
- echo hello
@ -13,6 +13,16 @@ steps:
branch:
- master
- name: en
image: alpine
commands:
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde
trigger:
event:
- push