Fix typo
This commit is contained in:
parent
a0da8a7e0a
commit
03a68a1714
@ -20,7 +20,7 @@ rm -rf ../build/
|
|||||||
|
|
||||||
# Re-build package without Mock Rabit
|
# Re-build package without Mock Rabit
|
||||||
# Deploy to S3 bucket xgboost-maven-repo
|
# Deploy to S3 bucket xgboost-maven-repo
|
||||||
if [[ "$build_gpu" == "1" ]]
|
if [[ "$build_gpu" == "0" ]]
|
||||||
then
|
then
|
||||||
# Build CPU artifact
|
# Build CPU artifact
|
||||||
mvn --no-transfer-progress package deploy -P release-to-s3 -Dspark.version=${spark_version} -DskipTests
|
mvn --no-transfer-progress package deploy -P release-to-s3 -Dspark.version=${spark_version} -DskipTests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user