From 41e04b9555d29aa1ac7475fe311f04053d2ada36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 23 Jun 2020 17:14:46 +0200 Subject: [PATCH] disable play store release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.android | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index a2762bf13d..4c5fa69975 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -103,8 +103,6 @@ pipeline { } /* build type specific */ switch (btype) { - case 'release': - android.uploadToPlayStore(); break; case 'nightly': env.DIAWI_URL = android.uploadToDiawi(); break; case 'e2e':