Skip to content

Commit 03a68a1

Browse files
authored
Fix typo
1 parent a0da8a7 commit 03a68a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci_build/deploy_jvm_packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rm -rf ../build/
2020

2121
# Re-build package without Mock Rabit
2222
# Deploy to S3 bucket xgboost-maven-repo
23-
if [[ "$build_gpu" == "1" ]]
23+
if [[ "$build_gpu" == "0" ]]
2424
then
2525
# Build CPU artifact
2626
mvn --no-transfer-progress package deploy -P release-to-s3 -Dspark.version=${spark_version} -DskipTests

0 commit comments

Comments
 (0)