Trying to see what is going on
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user