Skip to content

Name artifacts according to project name and ref

Use PROJECTNAME_REF.tgz as artifact filename.

If you download multiple artifacts from different projects, you weren't able to distinguish them. That's why I decided to change the name of the archive.

This can probably be done more elegant, but it works ;)

Fixes: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1040

Merge request reports