Skip to content

Commit

Permalink
add rebase-release-branches-on-master-branch-commits.yml (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 5, 2024
1 parent f088395 commit 96e1921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
for r in ${RELEASE_BRANCHES}; do
BRANCH_WITHOUT_PREFIX=${r#/origin}
git checkout ${BRANCH_WITHOUT_PREFIX}
git pull --rebase origin ${BRANCH_WITHOUT_PREFIX}
git rebase master
#git push --force ${remote_repo} HEAD:$r
done
Expand Down

0 comments on commit 96e1921

Please sign in to comment.