mirror of https://github.com/istio/istio.io.git
Fix '/home/.gitconfig' error message when using build container (#8311)
This commit is contained in:
parent
bc5076191a
commit
ed0e76b4f0
|
|
@ -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 ${}
|
||||
Loading…
Reference in New Issue