Fix '/home/.gitconfig' error message when using build container (#8311)

This commit is contained in:
Eric Van Norman 2020-10-19 08:41:16 -05:00 committed by GitHub
parent bc5076191a
commit ed0e76b4f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -18,6 +18,4 @@ 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 \
--mount type=bind,source=/tmp,destination=/tmp ${}
CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${}