Skip to content

Commit

Permalink
[CI] Grant public read access to Mac OSX wheels (#5602)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed May 4, 2020
1 parent 02faddc commit 4979991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4979991

Please sign in to comment.