summaryrefslogtreecommitdiff
path: root/test/asset/publish/push.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/asset/publish/push.yaml')
-rw-r--r--test/asset/publish/push.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/asset/publish/push.yaml b/test/asset/publish/push.yaml
new file mode 100644
index 0000000..d82cd0b
--- /dev/null
+++ b/test/asset/publish/push.yaml
@@ -0,0 +1,7 @@
+repo source_repo:
+repo target_repo:
+
+job push_job:
+ push:
+ - source: source_repo.commit
+ destination: target_repo.branch("master")