Skip to content

Fix the default Git commit author and committer name

Emanuele Aina requested to merge wip/em/fix-committer-name 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}.

Avoid recursive interpolation and always refer to GITLAB_USER_NAME directly.

See !41 (comment 14358)

Merge request reports