mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-04 04:45:19 +00:00
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…
x
Reference in New Issue
Block a user