diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2025-11-29 19:51:37 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-11-29 19:51:37 +0100 |
| commit | 60d653c05420f4ca7b41e73bb252268c34d946fe (patch) | |
| tree | ffc5080d63862d70e80f9f4f3588aa4bb5e5ff22 /test/asset/run | |
| parent | 75e7be5f3763bfc425d84e1cf761fe62e607105d (diff) | |
Include artifacts required via ‘publish’ in the job ID
Diffstat (limited to 'test/asset/run')
| -rw-r--r-- | test/asset/run/many_repos.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |