Skip to content

builders: set name in environment for git commands

Mark Janes requested to merge majanes/mesa_ci:git_am_name into master

If the environment does not set git details, the commands will fail. For most systems, a git user is configured. The user does not exist when running in docker and must be provided via the environment.

Merge request reports