Skip to content

Commit

Permalink
Revert Jenkins change for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jul 28, 2020
1 parent 537145c commit 7602829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def TestCppGPU(args) {
def container_type = "gpu"
def docker_binary = "nvidia-docker"
def docker_args = "--build-arg CUDA_VERSION=${args.host_cuda_version}"
sh "${dockerRun} ${container_type} ${docker_binary} ${docker_args} cuda-memcheck build/testxgboost"
sh "${dockerRun} ${container_type} ${docker_binary} ${docker_args} build/testxgboost"
deleteDir()
}
}
Expand Down

0 comments on commit 7602829

Please sign in to comment.