ci: re-add Play Store upload case for release
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
@@ -100,6 +100,8 @@ pipeline {
|
||||
}
|
||||
/* build type specific */
|
||||
switch (btype) {
|
||||
case 'release':
|
||||
android.uploadToPlayStore(); break;
|
||||
case 'nightly':
|
||||
env.DIAWI_URL = android.uploadToDiawi(); break;
|
||||
case 'e2e':
|
||||
|
||||
Reference in New Issue
Block a user