From 58d5c3d7a5e7ac08a89e774d3a3adb89bc7b0170 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Tue, 28 Nov 2023 22:46:58 +0530 Subject: [PATCH] don't restrict diawi upload for iOS release builds (#18016) This commit removes the restriction of uploading iOS release builds to Diawi Its helpful to have the status app uploaded to Diawi to test release builds on our iPhones. The installer is very straightforward and makes life easier when we want to try out release builds. --- ci/Jenkinsfile.ios | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index ad7e7a933b..2fff2de8f3 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -77,7 +77,6 @@ pipeline { } } stage('Upload') { - when { expression { !utils.isReleaseBuild() } } steps { script { env.DIAWI_URL = ios.uploadToDiawi() env.PKG_URL = env.DIAWI_URL