mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
ci: use github/refs/pull/<pr-id>/merge instead of doing a rebase
When fetching refs/pull/<pr-id/merge from GitHub, there is no need to do a manual rebase. This makes things easier, as a the scripted rebases sometimes cause CI jobs to fail. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
cd893ba376
commit
466ada3860
@ -14,7 +14,7 @@
|
||||
def GIT_BRANCH = 'ci/centos'
|
||||
|
||||
if (params.ghprbPullId != null) {
|
||||
GIT_BRANCH = "pull/${ghprbPullId}/head"
|
||||
GIT_BRANCH = "pull/${ghprbPullId}/merge"
|
||||
}
|
||||
|
||||
node {
|
||||
|
Reference in New Issue
Block a user