Commit 62c129a8 by Han Su Kim

Removing quotes

parent e4230a3a
......@@ -62,9 +62,9 @@ extra_var_args+=" -e edxapp_user=jenkins"
extra_var_args+=" -e syncdb=$syncdb"
# Generate the json configuration files
ansible-playbook -c local "$extra_var_args" --tags edxapp_cfg -i localhost, -s -U jenkins edxapp.yml
ansible-playbook -c local $extra_var_args --tags edxapp_cfg -i localhost, -s -U jenkins edxapp.yml
# Run migrations and replace literal '\n' with actual newlines to make the output
# easier to read
ansible-playbook -v -c local "$extra_var_args" -i localhost, -s -U jenkins edxapp_migrate.yml | sed 's/\\n/\n/g'
ansible-playbook -v -c local $extra_var_args -i localhost, -s -U jenkins edxapp_migrate.yml | sed 's/\\n/\n/g'
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