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

Commit

Permalink
Remove aws cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu committed Mar 20, 2018
1 parent 1bb80e6 commit f81a8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ try {
}
}
}

// set build status to success at the end
currentBuild.result = "SUCCESS"
} catch (caughtError) {
Expand Down
29 changes: 0 additions & 29 deletions tests/ci_build/deploy/aws

This file was deleted.

7 changes: 2 additions & 5 deletions tests/ci_build/deploy/ci_deploy_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
#
# BUILD_ID: the current build ID for the specified PR
#
set -ex

# TODO szha@: installation of awscli here should be removed once slave hosts have them during
# bootstrap. The following line along with the "aws" script should both be removed then.
pip install --user awscli

tests/ci_build/deploy/aws s3 sync --delete docs/_build/html/ s3://mxnet-ci-doc/$1/$2 \
aws s3 sync --delete docs/_build/html/ s3://mxnet-ci-doc/$1/$2 \
&& echo "Doc is hosted at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/$1/$2/index.html"

0 comments on commit f81a8fa

Please sign in to comment.