mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
don't make e2e builds use modified ID
Signed-off-by: Jakub Sokołowski <jakub@status.im> Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
This commit is contained in:
parent
64b63d5593
commit
5c5e804c88
@ -6,7 +6,7 @@ def bundle() {
|
||||
def gradleOpt = "-PbuildUrl='${currentBuild.absoluteUrl}' -Dorg.gradle.daemon=false "
|
||||
def target = "release"
|
||||
|
||||
if (btype in ['pr', 'e2e']) {
|
||||
if (params.BUILD_TYPE == 'pr') {
|
||||
/* PR builds shouldn't replace normal releases */
|
||||
target = 'pr'
|
||||
} else if (btype == 'release') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user