Merge pull request #2027 from ceph/hub-backport

[skip ci]
pull/2029/head
Sébastien Han 2017-10-11 15:20:19 +02:00 committed by GitHub
commit b561252da8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ push () {
} }
create_pr () { create_pr () {
hub pull-request -h "$bkp_branch" -h origin:"$bkp_branch" -b origin:"$stable_branch" -m "[skip ci]" hub pull-request -h ceph/ceph-ansible:"$bkp_branch" -b "$stable_branch" -m "[skip ci] $bkp_branch"
} }
cleanup () { cleanup () {