Skip to content

Commit 08a5011

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 a9a17aa commit 08a5011

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)