mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
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 bucket = 'status-im'
|
||||
/* There's so many PR builds we need a separate bucket */
|
||||
if (getBuildType() == 'pr') {
|
||||
if (params.BUILD_TYPE == 'pr') {
|
||||
bucket = 'status-im-prs'
|
||||
}
|
||||
/* WARNING: s3cmd can't guess APK MIME content-type */
|
||||
|
Loading…
x
Reference in New Issue
Block a user