mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 02:35:54 +00:00
check also branch name when skipping rebase
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3226309bab
commit
c90fe74d9f
@ -47,7 +47,7 @@ def doGitRebase() {
|
||||
println 'Skipping rebase for canary build...'
|
||||
return
|
||||
}
|
||||
if (params.BUILD_TYPE == 'release') {
|
||||
if (params.BUILD_TYPE == 'release' || branchName().startsWith('release/')) {
|
||||
println 'Skipping rebase due to release build...'
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user