Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix Jenkins_steps.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Nov 9, 2020
1 parent 7410497 commit bc20382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def compile_centos7_cpu(lib_name) {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('centos7_cpu', 'build_centos7_cpu', false)
utils.pack_lib(lib_name, mx_lib, true)
utils.pack_lib(lib_name, mx_lib)
}
}
}
Expand Down

0 comments on commit bc20382

Please sign in to comment.