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 c83a25c commit 7edb34fCopy full SHA for 7edb34f
run.sh
@@ -50,12 +50,12 @@ jsonValue() {
50
51
52
# Check variables
53
-if [ -n "$WERCKER_AWS_CODE_DEPLOY_KEY" ]; then
+if [ -z "$WERCKER_AWS_CODE_DEPLOY_KEY" ]; then
54
error "Please set the 'key' variable"
55
exit 1
56
fi
57
58
-if [ -n "$WERCKER_AWS_CODE_DEPLOY_SECRET" ]; then
+if [ -z "$WERCKER_AWS_CODE_DEPLOY_SECRET" ]; then
59
error "Please set the 'secret' variable"
60
61
wercker-step.yml
@@ -1,5 +1,5 @@
1
name: aws-code-deploy
2
-version: 0.0.17
+version: 0.0.18
3
description: Deploy applications with AWS Code Deploy
4
keywords:
5
- aws
0 commit comments