From 60d653c05420f4ca7b41e73bb252268c34d946fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 29 Nov 2025 19:51:37 +0100 Subject: =?UTF-8?q?Include=20artifacts=20required=20via=20=E2=80=98publish?= =?UTF-8?q?=E2=80=99=20in=20the=20job=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/asset/run/many_repos.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/asset/run/many_repos.yaml') diff --git a/test/asset/run/many_repos.yaml b/test/asset/run/many_repos.yaml index 0839ba6..9ab87a4 100644 --- a/test/asset/run/many_repos.yaml +++ b/test/asset/run/many_repos.yaml @@ -4,6 +4,8 @@ repo r3: repo r4: repo r5: +destination d1: + job first: checkout: - repo: r1 @@ -77,6 +79,12 @@ job dependent: path: some_other_file +job dependent_publish: + publish: + - to: d1 + artifact: first.out + + job transitive: uses: - dependent.out -- cgit v1.2.3