更新 '.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
type: kubernetes
name: default
type: docker
name: greeting
steps:
- name: greeting
- name: en
image: alpine
commands:
- echo hello
- echo world
- echo hello world
- name: fr
image: alpine
commands:
- echo bonjour monde