mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-16 23:59:29 +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:
parent
92c8f723f9
commit
8cf5619da3
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user