We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d35a commit 209ae3dCopy full SHA for 209ae3d
src/main/scripts/ci/deploy.sh
@@ -30,7 +30,7 @@ export ANSIBLE_HOST_KEY_CHECKING=False
30
# See: https://docs.ansible.com/ansible/2.9/reference_appendices/config.html#envvar-ANSIBLE_STDOUT_CALLBACK
31
export ANSIBLE_STDOUT_CALLBACK=debug
32
33
-if [ -z "$VAULT_PASSWORD" ]; then
+if [ -z "${VAULT_PASSWORD:-}" ]; then
34
echo >&2 "ERROR: env variable VAULT_PASSWORD is empty!"
35
exit 1
36
fi
0 commit comments