File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 81
81
set -e
82
82
h1 " Installing AWS CLI"
83
83
84
- sudo apt-get install unzip -y 2>&1
84
+ INSTALL_AWSCLI=" sudo pip install awscli"
85
+ info " $INSTALL_AWSCLI "
86
+ INSTALL_AWSCLI_OUTPUT=$( $INSTALL_AWSCLI 2>&1 )
85
87
86
- h2 ' Downloading AWS CLI'
87
- wget https://s3.amazonaws.com/aws-cli/awscli-bundle.zip 2>&1 > /dev/null
88
- unzip awscli-bundle.zip 2>&1 > /dev/null
89
- success " Downloading AWS CLI succeeded"
90
-
91
- h2 " Installing AWS CLI"
92
- sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws 2>&1 > /dev/null
93
- rm -rf awscli-bundle*
94
88
success " Installing AWS CLI (` aws --version` ) ID succeeded"
95
89
96
90
set +e
Original file line number Diff line number Diff line change 1
1
name : aws-code-deploy
2
- version : 0.0.18
2
+ version : 0.0.19
3
3
description : Deploy applications with AWS Code Deploy
4
4
keywords :
5
5
- aws
You can’t perform that action at this time.
0 commit comments