mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
ci: use refs/pull/<id>/merge in k8s external storage tests too
This change was missed in https://github.com/ceph/ceph-csi/pull/1617. Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -65,7 +65,7 @@ node('cico-workspace') {
|
||||
|
||||
stage('checkout PR') {
|
||||
if (params.ghprbPullId != null) {
|
||||
ref = "pull/${ghprbPullId}/head"
|
||||
ref = "pull/${ghprbPullId}/merge"
|
||||
}
|
||||
if (params.ghprbTargetBranch != null) {
|
||||
git_since = "${ghprbTargetBranch}"
|
||||
|
Reference in New Issue
Block a user