Skip to content

Commit dbea7a9

Browse files
committed
don't restrict diawi upload for iOS release builds
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 6ccea1d commit dbea7a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 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)