We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0da8a7 commit 03a68a1Copy full SHA for 03a68a1
tests/ci_build/deploy_jvm_packages.sh
@@ -20,7 +20,7 @@ rm -rf ../build/
20
21
# Re-build package without Mock Rabit
22
# Deploy to S3 bucket xgboost-maven-repo
23
-if [[ "$build_gpu" == "1" ]]
+if [[ "$build_gpu" == "0" ]]
24
then
25
# Build CPU artifact
26
mvn --no-transfer-progress package deploy -P release-to-s3 -Dspark.version=${spark_version} -DskipTests
0 commit comments