Skip to content

Commit 94d2782

Browse files
author
Nicolas Huray
committed
Print output of awscli installation
1 parent ec18915 commit 94d2782

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,13 @@ fi
8888
# ---------------------------
8989

9090
# Check AWS is installed
91-
if ! type_exists 'aws'; then
91+
if ! type_exists 'awscli'; then
9292
set -e
9393
h1 "Installing AWS CLI"
9494
INSTALL_AWSCLI="sudo pip install awscli"
9595
info "$INSTALL_AWSCLI"
9696
INSTALL_AWSCLI_OUTPUT=$($INSTALL_AWSCLI 2>&1)
97+
info "$INSTALL_AWSCLI_OUTPUT"
9798
success "Installing AWS CLI (`aws --version`) succeeded"
9899
set +e
99100
fi

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.20
2+
version: 0.0.21
33
description: Deploy applications with AWS Code Deploy
44
keywords:
55
- aws

0 commit comments

Comments
 (0)