summaryrefslogtreecommitdiff
path: root/test/asset/run/norepo-basic.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset/run/norepo-basic.yaml')
-rw-r--r--test/asset/run/norepo-basic.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/asset/run/norepo-basic.yaml b/test/asset/run/norepo-basic.yaml
new file mode 100644
index 0000000..2000858
--- /dev/null
+++ b/test/asset/run/norepo-basic.yaml
@@ -0,0 +1,9 @@
+job success:
+ checkout: null
+ shell:
+ - "true"
+
+job failure:
+ checkout: null
+ shell:
+ - "false"