Files
hello-project/.drone.yml
旭纶 d963b59540
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed
更新 '.drone.yml'
2023-03-22 06:10:41 +00:00

10 lines
128 B
YAML

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