[CI] Grant public read access to Mac OSX wheels (#5602)

This commit is contained in:
Philip Hyunsu Cho 2020-04-25 11:51:26 -07:00 committed by Hyunsu Cho
parent 02faddc5f3
commit 4979991d5b

View File

@ -58,7 +58,7 @@ if [ ${TASK} == "python_test" ]; then
S3_DEST="s3://xgboost-nightly-builds/${TRAVIS_BRANCH}/"
fi
fi
python -m awscli s3 cp python-package/dist/*.whl "${S3_DEST}" || true
python -m awscli s3 cp python-package/dist/*.whl "${S3_DEST}" --acl public-read || true
fi
if [ ${TASK} == "java_test" ]; then