szha commented on a change in pull request #17453: [CD] update publish path
URL: https://github.com/apache/incubator-mxnet/pull/17453#discussion_r371553445
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -2048,7 +2048,7 @@ cd_s3_publish() {
if [ -z "${variant}" ]; then
variant="cpu"
fi
- aws s3 cp ${filepath} s3://apache-mxnet/dist/${variant}/${filename}
--grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
full=id=43f628fab72838a4f0b929d7f1993b14411f4b0294b011261bc6bd3e950a6822
+ aws s3 cp ${filepath} s3://apache-mxnet/dist/python/${variant}/${filename}
--grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
full=id=43f628fab72838a4f0b929d7f1993b14411f4b0294b011261bc6bd3e950a6822
Review comment:
Yes, they will need to be copied. Those date-based folders will no longer be
kept in the CD pipeline.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services