Skip to content

Commit

Permalink
add rebase-release-branches-on-master-branch-commits.yml (test single…
Browse files Browse the repository at this point in the history
… force push)
  • Loading branch information
gberche-orange committed Jan 5, 2024
1 parent d8f0538 commit 43df136
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
BRANCH_WITHOUT_PREFIX=${r#origin/}
git checkout ${BRANCH_WITHOUT_PREFIX}
git rebase master
#git push --force ${remote_repo} HEAD:$r
git push --force ${remote_repo}
return # test a single branch for now
done
Expand Down

0 comments on commit 43df136

Please sign in to comment.