Skip to content

Fix the committed/author names for the automatic commits

Andrej Shadura requested to merge fix-gitlab-user-name-everywhere into master

Due to https://gitlab.com/gitlab-org/gitlab-runner/issues/1809, GitLab only partially resolves variables defined by expanding other variables.

This means that all the generated commit currently are owned by a literal ${GITLAB_USER_NAME}.

This change fixes a regression introduced in the MR !41 (merged).

Signed-off-by: Andrej Shadura andrew.shadura@collabora.co.uk

Merge request reports