Commit b4a60a8b by John Jarvis

removing underscore

parent b7ea1e93
...@@ -33,7 +33,7 @@ if [[ -f ${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml ]]; th ...@@ -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" extra_var_args+=" -e@${WORKSPACE}/configuration-secure/ansible/vars/${deployment}.yml"
fi fi
if [[ -z $sync_db ]]; then if [[ -z $syncdb ]]; then
syncdb="false" syncdb="false"
fi 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