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:
Rakshith R 2021-11-22 12:58:58 +05:30 committed by mergify[bot]
parent 92c8f723f9
commit 8cf5619da3

View File

@ -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}"