Skip to content

Commit d77aa34

Browse files
siddarthkayyevh-berdnyk
authored andcommitted
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.
1 parent 153d2ff commit d77aa34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/Jenkinsfile.ios

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ pipeline {
7777
}
7878
}
7979
stage('Upload') {
80-
when { expression { !utils.isReleaseBuild() } }
8180
steps { script {
8281
env.DIAWI_URL = ios.uploadToDiawi()
8382
env.PKG_URL = env.DIAWI_URL

0 commit comments

Comments
 (0)