diff options
Diffstat (limited to 'test/asset')
| -rw-r--r-- | test/asset/publish/push.yaml | 7 |
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") |