Skip to content

Commit

Permalink
Merge pull request #3 from jeffoverflow/cuda_arch
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
XuanYang-cn committed Jul 21, 2020
2 parents b031cc6 + 3595f1a commit b94d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pipeline {
try{
if (isNightlyTest || "${params.IS_MANUAL_TRIGGER_TYPE}" == "True") {
load "${env.WORKSPACE}/ci/jenkins/step/nightlyBuild.groovy"
else {
} else {
load "${env.WORKSPACE}/ci/jenkins/step/build.groovy"
}
} catch (Exception e) {
Expand Down

0 comments on commit b94d997

Please sign in to comment.