Workflow fix
This commit is contained in:
@@ -32,9 +32,13 @@ 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
|
||||||
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "https://git.kundeng.us/"
|
cat > ~/.gitconfig << "EOF"
|
||||||
git config --global url."${{ secrets.GIT_HOST_ROOT }}:".insteadOf "http://git.kundeng.us/"
|
[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"
|
echo "Building binary"
|
||||||
make build
|
make build
|
||||||
|
|||||||
Reference in New Issue
Block a user