Skip to content

gitlab-ci: Avoid build-env.txt overwrites with multiple projects

Emanuele Aina requested to merge wip/em/build-env-disambiguate into apertis/v2023dev0

When multiple projects upload to the same folder, conflicts will occur if they all use a build-env.txt file. To avoid that, disambiguate the name of the file so each project does not risk overwriting files produced by other projects.

See also apertis-image-recipes!341 (merged)

Task: https://phabricator.apertis.org/T8162

Edited by Emanuele Aina

Merge request reports