We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf3e8d commit 3469c4aCopy full SHA for 3469c4a
ci/utils.groovy
@@ -69,6 +69,10 @@ def pkgFilename(type, ext) {
69
70
def doGitRebase() {
71
/* rebasing on relases defeats the point of having a release branch */
72
+ if (branchName() == 'canary-branch') {
73
+ println 'Skipping rebase for canary build...'
74
+ return
75
+ }
76
if (params.BUILD_TYPE == 'release') {
77
println 'Skipping rebase due to release build...'
78
return
0 commit comments