1
0
Fork 1
mirror of https://example.com synced 2024-11-22 17:46:39 +09:00

dev: use ipv4 to git pull for now (as ipv6 network has an issue)

This commit is contained in:
naskya 2023-10-10 23:56:04 +09:00
parent 15ffe6b00f
commit add588c670
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -36,8 +36,8 @@ say "Pulling changes from the remote repo..."
running "git checkout -- package.json packages/backend/assets"
git checkout -- package.json packages/backend/assets
running "git pull --ff --no-edit --autostash --strategy-option theirs"
git pull --ff --no-edit --autostash --strategy-option theirs
running "git pull --ff --no-edit --autostash --strategy-option theirs --ipv4"
git pull --ff --no-edit --autostash --strategy-option theirs --ipv4
NEW_COMMIT=$(git rev-parse --short HEAD)
say "Pulled successfully! Now we're on \`${NEW_COMMIT}\`\n"