Trying to see what is going on

This commit is contained in:
phoenix
2025-11-01 16:39:23 -04:00
parent a19f2f353c
commit 21d8d0f005
+6 -6
View File
@@ -31,12 +31,12 @@ jobs:
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
echo "Creating local .gitconfig"
touch ~/.gitconfig
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
EOF
# echo "Creating local .gitconfig"
# touch ~/.gitconfig
# cat > ~/.gitconfig << "EOF"
# [url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"]
# insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
# EOF
echo "Building binary"
make build