diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2025-12-12 22:56:20 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-12-12 22:56:20 +0100 |
| commit | 437a2450561de19cd8b0f7550a6c3709208ebd6a (patch) | |
| tree | 52d1cfab16e83e217de6d2af733244d999505ac5 /test/asset/repo/checkout.yaml | |
| parent | 6beba62d56ab31927ef1ad7671ab52800ba51103 (diff) | |
Diffstat (limited to 'test/asset/repo/checkout.yaml')
| -rw-r--r-- | test/asset/repo/checkout.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/asset/repo/checkout.yaml b/test/asset/repo/checkout.yaml index cc06691..05e0e99 100644 --- a/test/asset/repo/checkout.yaml +++ b/test/asset/repo/checkout.yaml @@ -97,3 +97,9 @@ job combined_all: - checkout_common_root.out - checkout_common_subtree.out - checkout_common_subtree2.out + + shell: + - find \! -name 'list6' -type f > list6 + + artifact out: + path: list6 |