iop: update_feed_branches: set release branch as upstream

This commit is contained in:
Sukru Senli 2019-02-05 11:32:16 +01:00
parent d804ac28b9
commit 6b51f62caf

View file

@ -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