Fix another typo
This commit is contained in:
parent
03a68a1714
commit
0089a0e6bf
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -476,7 +476,7 @@ def DeployJVMPackages(args) {
|
||||
${dockerRun} jvm docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 0
|
||||
"""
|
||||
sh """
|
||||
${dockerRun} jvm_gpu_build docker tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
|
||||
${dockerRun} jvm_gpu_build docker --build-arg CUDA_VERSION=10.0 tests/ci_build/deploy_jvm_packages.sh ${args.spark_version} 1
|
||||
"""
|
||||
}
|
||||
deleteDir()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user