Workflow fix
Go / build (pull_request) Successful in 25s
Go / Test (pull_request) Failing after 1m15s

This commit is contained in:
2026-05-29 17:06:46 -04:00
parent a435b46a08
commit 2982eb51c1
+7 -3
View File
@@ -32,9 +32,13 @@ jobs:
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
echo "Creating local .gitconfig"
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://git.kundeng.us/"
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "http://git.kundeng.us/"
touch ~/.gitconfig
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = http://${{ secrets.GIT_HOST_ROOT }}
EOF
echo "Building binary"
make build