X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fpush-upstream-jobs.sh;h=49af36e76eeb92801afa401140a22f080e236d9b;hb=c79d307b6d7fa54d1aa2018b5a4a5d08114ad9ea;hp=a1eeace3c22aef09b0d082d86d58ca20b1292c1a;hpb=824e92a2fcb54f6f526e2a091ed4a9693d7241ee;p=infra%2Fcicd.git diff --git a/jjb/global/push-upstream-jobs.sh b/jjb/global/push-upstream-jobs.sh index a1eeace3..49af36e7 100755 --- a/jjb/global/push-upstream-jobs.sh +++ b/jjb/global/push-upstream-jobs.sh @@ -46,7 +46,7 @@ git config user.name $username echo "Checking out branch on master with new changes" git reset HEAD~1 --soft -git checkout -b delivery_branch origin/master +git checkout -b delivery_branch origin/$BRANCH git config --get remote.upstream.url retVal=$? @@ -61,7 +61,7 @@ fi echo "Committing changes and pushing upstream" git commit -as -m "$message" -git push upstream HEAD:refs/for/master +git push upstream HEAD:refs/for/$BRANCH retVal1=$? if [[ $retVal1 -eq 0 ]]