Workflow fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user