Skip to content

Commit

Permalink
deploy to test pypi only on develop2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Dec 20, 2023
1 parent e79a099 commit 88f203f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/testsv2.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ try {
runTestsModule(moduleName, branchName, jobName)
}

if (branchName == "develop2" || branchName =~ /^release.*/) {
if (branchName == "develop2") {
deployToPypiTest()
}
}
Expand Down

0 comments on commit 88f203f

Please sign in to comment.