From aa944cf05c5da8c93eb51ffc81a7c5e14de11809 Mon Sep 17 00:00:00 2001 From: ppom Date: Fri, 26 Apr 2024 12:00:00 +0200 Subject: [PATCH] fix git "dubious ownership" issue fix #90 --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 40bdbba..7ca93a3 100755 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ git push --tags TAG="$(git tag --sort=v:refname | tail -n1)" -docker run -it --rm -e HOME=/tmp/ -v "$(pwd)":/tmp/code -w /tmp/code golang:1.20-bullseye sh -c "make reaction_${TAG:1}-1_amd64.deb reaction ip46tables nft46" +docker run -it --rm -e HOME=/tmp/ -v "$(pwd)":/tmp/code -w /tmp/code golang:1.20-bullseye sh -c "git config --global --add safe.directory . && make reaction_${TAG:1}-1_amd64.deb reaction ip46tables nft46" make "signatures_${TAG:1}"