Commit 7bf7302b by Feanil Patel

Merge pull request #2264 from mitodl/fix/bdero/devstack-flag

Run update commands with devstack=true on devstacks
parents e34c05a5 863b31d0
......@@ -39,7 +39,7 @@ if [[ -f {{ edx_ansible_var_file }} ]]; then
fi
{% if devstack %}
extra_args="$extra_args -e 'disable_edx_services=true'"
extra_args="$extra_args -e 'disable_edx_services=true' -e devstack=true"
{% endif %}
declare -A repos_to_cmd
......
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