Skip to content

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

Emanuele Aina requested to merge wip/em/avoid-build-env-override into apertis/v2022dev1

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.

Port of apertis-image-recipes!341 (merged)

Merge request reports