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 }}' go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
echo "Creating local .gitconfig" # echo "Creating local .gitconfig"
touch ~/.gitconfig # touch ~/.gitconfig
cat > ~/.gitconfig << "EOF" # cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"] # [url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }} # insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
EOF # EOF
echo "Building binary" echo "Building binary"
make build make build