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