From 8cf5619da38210041fea624c328d55a05d7b43d5 Mon Sep 17 00:00:00 2001 From: Rakshith R Date: Mon, 22 Nov 2021 12:58:58 +0530 Subject: [PATCH] ci: use refs/pull//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 --- k8s-e2e-external-storage.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-e2e-external-storage.groovy b/k8s-e2e-external-storage.groovy index acf34ad1d..813b4664d 100644 --- a/k8s-e2e-external-storage.groovy +++ b/k8s-e2e-external-storage.groovy @@ -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}"