Add global .gitconfig for relase scripts (#7992)

This commit is contained in:
Eric Van Norman 2020-08-21 22:38:30 -05:00 committed by GitHub
parent 1020de7a56
commit a553ad8f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ CONTAINER_OPTIONS = -p 1313:1313 ${ADDITIONAL_CONTAINER_OPTIONS}
# this repo is on the container plan by default
BUILD_WITH_CONTAINER ?= 1
# The release branching scripts use git commands so mount the global .gitconfig into the container
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=${HOME}/.gitconfig,destination=/config/.gitconfig,readonly ${}