diff --git a/ci/utils.groovy b/ci/utils.groovy index 093974a496..94a76918a6 100644 --- a/ci/utils.groovy +++ b/ci/utils.groovy @@ -69,6 +69,10 @@ def pkgFilename(type, ext) { def doGitRebase() { /* rebasing on relases defeats the point of having a release branch */ + if (branchName() == 'canary-branch') { + println 'Skipping rebase for canary build...' + return + } if (params.BUILD_TYPE == 'release') { println 'Skipping rebase due to release build...' return