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…
Reference in New Issue