Skip to content

Commit 3cacc47

Browse files
chore: Unpin upstream version after rebasing
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 1fe6a88 commit 3cacc47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ do_rebase() {
477477

478478
echo "Using git $(which git) $(git --version)"
479479
# grab current upstream version
480-
UPSTREAM_VERSION=f4c602693743d533b0a5b96b8d0bc1bd6d041d32
480+
UPSTREAM_VERSION=$(git rev-parse upstream-code/main)
481481
#UPSTREAM_VERSION=1.62.2
482482

483483
# Grab current version

0 commit comments

Comments
 (0)