mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 10:04:24 +01:00
The tester CI job uses absolute paths to ensure it is testing the correct binaries. That clashes with the transfer between builder and tester job using the `install` target because that switches things around. This commit introduces a new target that just collects artifacts in place, and tars them. Then we can use `tar` to unpack them on the tester jobs again.