forked from naskya/firefish
dev: use ipv4 to git pull for now (as ipv6 network has an issue)
This commit is contained in:
parent
1e4e2d9a23
commit
11b29dd5a3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue