Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[CD] update publish path (#17453)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored and leezu committed Jan 28, 2020
1 parent a15e1b9 commit 0886d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

build_static_scala_mkl() {
Expand Down

0 comments on commit 0886d6c

Please sign in to comment.