don't rebase on canary-branch
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
eaf3e8d7bd
commit
3469c4a9b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue