Commit b4a60a8b by John Jarvis

removing underscore

parent b7ea1e93
......@@ -33,7 +33,7 @@ if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml ]]; th
extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml"
fi
if [[ -z $sync_db ]]; then
if [[ -z $syncdb ]]; then
syncdb="false"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment