Skip to content

Commit ca84f35

Browse files
author
Johannes Weiß
committed
Fixed CI merging from release into develop branch - Part 2
1 parent 35789a2 commit ca84f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/building/push_new_versionnumber.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ else
6363
git checkout develop
6464
echo "git merge release"
6565
git merge release
66-
echo "git pull --rebase $remote develop"
67-
git pull --rebase $remote develop
66+
echo "git pull $remote develop"
67+
git pull $remote develop
6868
echo "git push $remote HEAD:refs/heads/develop"
6969
git push $remote HEAD:refs/heads/develop
7070

0 commit comments

Comments
 (0)