We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9194324 commit 10e0c80Copy full SHA for 10e0c80
src/main/scripts/ci/deploy.sh
@@ -25,7 +25,7 @@ trap 'cleanup' EXIT SIGHUP SIGINT SIGTERM
25
# See: http://docs.ansible.com/ansible/intro_getting_started.html#host-key-checking
26
export ANSIBLE_HOST_KEY_CHECKING=False
27
28
-if [ -z "${encrypted_bf07cb25089f_key:-}" ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
+if [ -z ${encrypted_bf07cb25089f_key:-} ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
29
echo >&2 'ERROR: encrypted_bf07cb25089f_key or encrypted_bf07cb25089f_iv were not defined!'
30
exit 1
31
fi
0 commit comments