From 9447ccd5316ad41ad2f56ac5cbdf2aa29b2c15fb Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Mon, 2 Jan 2023 02:12:11 -0500 Subject: [PATCH] fix: ensure we can run git commands from mounted docker volumes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8fc0214..d3de966 100644 --- a/Makefile +++ b/Makefile @@ -248,6 +248,8 @@ validate: test sha1sum build/rpm/$(NAME)-$(VERSION)-1.x86_64.rpm prebuild: + git config --global --add safe.directory $(shell pwd) + git status cd / && go install github.com/go-bindata/go-bindata/...@latest cd / && go install github.com/progrium/basht/...@latest