Files
hello-project/.drone.yml
旭纶 a054c08c04
Some checks reported errors
continuous-integration/drone Build was killed
添加 '.drone.yml'
2023-03-22 06:00:20 +00:00

10 lines
153 B
YAML

kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world!