From 95f479904a5604e23c093e399d05719854942b59 Mon Sep 17 00:00:00 2001 From: josegonzalez Date: Mon, 2 Jan 2023 01:59:25 -0500 Subject: [PATCH] fix: correct issue where mounted volume has bad permissions for git running in a container --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a05f017..f652f65 100644 --- a/Makefile +++ b/Makefile @@ -257,4 +257,5 @@ validate: cd /home/runner/work/$(REPOSITORY)/$(REPOSITORY) && bats test.bats prebuild: - true + git config --global --add safe.directory $(shell pwd) + git status