Skip to content

Commit

Permalink
[DO NOT MERGE] make shellcheck fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Oct 13, 2019
1 parent 86b5279 commit 9837c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trap 'cleanup' EXIT SIGHUP SIGINT SIGTERM
# See: http://docs.ansible.com/ansible/intro_getting_started.html#host-key-checking
export ANSIBLE_HOST_KEY_CHECKING=False

if [ -z "${encrypted_bf07cb25089f_key:-}" ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
if [ -z ${encrypted_bf07cb25089f_key:-} ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
echo >&2 'ERROR: encrypted_bf07cb25089f_key or encrypted_bf07cb25089f_iv were not defined!'
exit 1
fi
Expand Down

0 comments on commit 9837c87

Please sign in to comment.