hmxc
小赖 3 years ago
parent c61d03371c
commit 43cf9c0282

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
Loading…
Cancel
Save