We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18915 commit 94d2782Copy full SHA for 94d2782
run.sh
@@ -88,12 +88,13 @@ fi
88
# ---------------------------
89
90
# Check AWS is installed
91
-if ! type_exists 'aws'; then
+if ! type_exists 'awscli'; then
92
set -e
93
h1 "Installing AWS CLI"
94
INSTALL_AWSCLI="sudo pip install awscli"
95
info "$INSTALL_AWSCLI"
96
INSTALL_AWSCLI_OUTPUT=$($INSTALL_AWSCLI 2>&1)
97
+ info "$INSTALL_AWSCLI_OUTPUT"
98
success "Installing AWS CLI (`aws --version`) succeeded"
99
set +e
100
fi
wercker-step.yml
@@ -1,5 +1,5 @@
1
name: aws-code-deploy
2
-version: 0.0.20
+version: 0.0.21
3
description: Deploy applications with AWS Code Deploy
4
keywords:
5
- aws
0 commit comments