implement basic exec [ci skip]
This commit is contained in:
15
engine/testdata/status_success.yml
vendored
Normal file
15
engine/testdata/status_success.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
pull: if-not-exists
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- exit 0
|
||||
Reference in New Issue
Block a user