Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a20b7fd

Browse files
committedNov 28, 2023
don't restrict diawi upload for ios release builds
1 parent a9a17aa commit a20b7fd

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)
Please sign in to comment.