diff options
Diffstat (limited to 'test/asset/run/repo-basic2.yaml')
-rw-r--r-- | test/asset/run/repo-basic2.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/asset/run/repo-basic2.yaml b/test/asset/run/repo-basic2.yaml new file mode 100644 index 0000000..bcfac50 --- /dev/null +++ b/test/asset/run/repo-basic2.yaml @@ -0,0 +1,15 @@ +job success: + shell: + - "true" + +job third: + shell: + - "true" + +job failure: + shell: + - "false" + +job fourth: + shell: + - "true" |