Skip to content

Commit 4a50ee9

Browse files
author
Nicolas Huray
committed
Set version 0.0.19
1 parent 7edb34f commit 4a50ee9

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

run.sh

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,10 @@ fi
8181
set -e
8282
h1 "Installing AWS CLI"
8383

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)
8587

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*
9488
success "Installing AWS CLI (`aws --version`) ID succeeded"
9589

9690
set +e

wercker-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aws-code-deploy
2-
version: 0.0.18
2+
version: 0.0.19
33
description: Deploy applications with AWS Code Deploy
44
keywords:
55
- aws

0 commit comments

Comments
 (0)