Skip to content

Commit

Permalink
release.sh: explicitly specify remote name and branch for fetch/pull
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Jul 26, 2022
1 parent b3bc4db commit 6f887f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ else
echo "DRYRUN mode is enabled, any further changes won't be committed."
fi

$git fetch -p
$git pull
$git fetch -p ${remote_name}
$git pull ${remote_name} "$BRANCH_NAME"
$git log -n1

# No need to clean, it has been done above
Expand Down

0 comments on commit 6f887f7

Please sign in to comment.