Skip to content

Commit

Permalink
chore: grab current upstream version at rebasing
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Oct 31, 2023
1 parent 526b476 commit 171cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ do_rebase() {

echo "Using git $(which git) $(git --version)"
# grab current upstream version
UPSTREAM_VERSION=ed0871da2debc9d609e5969eb5dcac1a21fe8f70
UPSTREAM_VERSION=$(git rev-parse upstream-code/main)
#UPSTREAM_VERSION=1.62.2

# Grab current version
Expand Down

0 comments on commit 171cb6e

Please sign in to comment.