From 31c243d5679825362ca0f60042ad5f4f8a2ba6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 12 Sep 2026 11:05:16 +0200 Subject: Add "writable" flag to repo required for pushing --- test/asset/publish/push.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/asset/publish/push.yaml') 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") -- cgit v1.2.3