Skip to content

Commit 7edb34f

Browse files
author
Nicolas Huray
committed
Set version 0.0.18
1 parent c83a25c commit 7edb34f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jsonValue() {
5050

5151

5252
# Check variables
53-
if [ -n "$WERCKER_AWS_CODE_DEPLOY_KEY" ]; then
53+
if [ -z "$WERCKER_AWS_CODE_DEPLOY_KEY" ]; then
5454
error "Please set the 'key' variable"
5555
exit 1
5656
fi
5757

58-
if [ -n "$WERCKER_AWS_CODE_DEPLOY_SECRET" ]; then
58+
if [ -z "$WERCKER_AWS_CODE_DEPLOY_SECRET" ]; then
5959
error "Please set the 'secret' variable"
6060
exit 1
6161
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.17
2+
version: 0.0.18
33
description: Deploy applications with AWS Code Deploy
44
keywords:
55
- aws

0 commit comments

Comments
 (0)