Skip to content

Commit

Permalink
[#514] - make sure this errors out
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Oct 31, 2017
1 parent 2c5e0e5 commit 484f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/circle-ci/android/aws-upload.sh
Expand Up @@ -14,7 +14,7 @@ elif [ -e "$release" ]; then
APKLOCATION="$release"
else
echo 'Error: Unable to find android apk file'
exit
exit 1
fi

aws configure set aws_access_key_id $AWSACCESSKEY
Expand Down

0 comments on commit 484f825

Please sign in to comment.