mirror of https://github.com/ceph/ceph-ansible.git
contrib: backport auto create PR
Fix branch and repo Signed-off-by: Sébastien Han <seb@redhat.com>pull/2027/head
parent
32625c5e2b
commit
155dd36269
|
@ -60,7 +60,7 @@ push () {
|
|||
}
|
||||
|
||||
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 () {
|
||||
|
|
Loading…
Reference in New Issue