Skip to content

Commit abe3db4

Browse files
committed
Auto Merge improvements
This change adds improvements to the auto-merge script
1 parent 20b8837 commit abe3db4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/auto-merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pushd merged
1313
git config --local user.email "buildmaster@springframework.org"
1414

1515
git remote add upstream ../upstream
16-
git fetch upstream $COMMIT
16+
git fetch upstream
1717

1818
git merge --no-ff --log $COMMIT
1919
popd

0 commit comments

Comments
 (0)