check parameter, e2e builds can be release builds too
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5e1713ddf8
commit
77267a145f
|
@ -118,7 +118,7 @@ def uploadArtifact(path) {
|
||||||
def domain = 'ams3.digitaloceanspaces.com'
|
def domain = 'ams3.digitaloceanspaces.com'
|
||||||
def bucket = 'status-im'
|
def bucket = 'status-im'
|
||||||
/* There's so many PR builds we need a separate bucket */
|
/* There's so many PR builds we need a separate bucket */
|
||||||
if (getBuildType() == 'pr') {
|
if (params.BUILD_TYPE == 'pr') {
|
||||||
bucket = 'status-im-prs'
|
bucket = 'status-im-prs'
|
||||||
}
|
}
|
||||||
/* WARNING: s3cmd can't guess APK MIME content-type */
|
/* WARNING: s3cmd can't guess APK MIME content-type */
|
||||||
|
|
Loading…
Reference in New Issue