mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: update_feed_branches: set release branch as upstream
This commit is contained in:
parent
d804ac28b9
commit
6b51f62caf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function update_feed_branches {
|
|||
git checkout $commith
|
||||
git push origin :$release
|
||||
git checkout -b $release
|
||||
git push origin $release
|
||||
git push --set-upstream origin $release
|
||||
cd $ipath
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue