This commit is contained in:
parent
eff5867ddf
commit
e3e0638c18
|
@ -1,7 +1,14 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
|
||||
- name: test
|
||||
image: golang
|
||||
volumes:
|
Loading…
Reference in New Issue
Block a user