更新 '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-25 12:32:17 +08:00
parent 4e4a49f81b
commit f8558b720e

View File

@@ -1,10 +1,14 @@
kind: pipeline kind: pipeline
type: kubernetes type: docker
name: default name: greeting
steps: steps:
- name: greeting - name: en
image: alpine image: alpine
commands: commands:
- echo hello - echo hello world
- echo world
- name: fr
image: alpine
commands:
- echo bonjour monde