添加 '.drone.yml'
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2023-03-22 06:00:20 +00:00
parent ca7a7703cf
commit a054c08c04

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world!