Skip to content

Commit 5635948

Browse files
authored
Next attempt to make Jenkins upload the artifacts (#886)
1 parent 61cd393 commit 5635948

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -740,10 +740,7 @@ def shouldWeUploadArtifacts() {
740740
}
741741
return params.UPLOAD_BUILD_OPENMODELICA
742742
}
743-
if (env.GIT_BRANCH == "origin/master") {
744-
return true
745-
}
746-
return false
743+
return true
747744
}
748745

749746
def shouldWeUpdateSubmodules() {

0 commit comments

Comments
 (0)