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 934d571 commit 9f53d4eCopy full SHA for 9f53d4e
run.sh
@@ -88,7 +88,7 @@ fi
88
# ---------------------------
89
90
# Check AWS is installed
91
-if ! type_exists 'awscli'; then
+if ! type_exists 'aws'; then
92
h1 "Installing AWS CLI"
93
INSTALL_AWSCLI="sudo pip install awscli"
94
info "$INSTALL_AWSCLI"
wercker-step.yml
@@ -1,5 +1,5 @@
1
name: aws-code-deploy
2
-version: 0.0.22
+version: 0.0.23
3
description: Deploy applications with AWS Code Deploy
4
keywords:
5
- aws
0 commit comments