diff options
Diffstat (limited to 'test/asset/publish')
| -rw-r--r-- | test/asset/publish/push.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/asset/publish/push.yaml b/test/asset/publish/push.yaml index d82cd0b..8178226 100644 --- a/test/asset/publish/push.yaml +++ b/test/asset/publish/push.yaml @@ -1,7 +1,18 @@ repo source_repo: + repo target_repo: + path: "./target2.git" + writable: true + +repo target_repo_ro: + path: "./target3.git" job push_job: push: - source: source_repo.commit destination: target_repo.branch("master") + +job push_job_ro: + push: + - source: source_repo.commit + destination: target_repo_ro.branch("master") |