[CI] Grant public read access to Mac OSX wheels (#5602)
This commit is contained in:
parent
02faddc5f3
commit
4979991d5b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user