From ed0e76b4f014f5b77e0cf889b374046ffd383829 Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Mon, 19 Oct 2020 08:41:16 -0500 Subject: [PATCH] Fix '/home/.gitconfig' error message when using build container (#8311) --- Makefile.overrides.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.overrides.mk b/Makefile.overrides.mk index c83a8efdc9..d61c2afcb4 100644 --- a/Makefile.overrides.mk +++ b/Makefile.overrides.mk @@ -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 ${} \ No newline at end of file +CONDITIONAL_HOST_MOUNTS = --mount type=bind,source=/tmp,destination=/tmp ${} \ No newline at end of file