Commit 21956e7e by Feanil Patel

Merge pull request #2122 from edx/e0d/use-master

Don't build devstack from the aged release branch
parents 368b717b bf1b4391
...@@ -32,7 +32,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then ...@@ -32,7 +32,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then
# this can cause problems (e.g. looking for templates that no longer exist). # this can cause problems (e.g. looking for templates that no longer exist).
/edx/bin/update configuration $CONFIG_VER /edx/bin/update configuration $CONFIG_VER
else else
CONFIG_VER="release" CONFIG_VER="master"
fi fi
ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS ansible-playbook -i localhost, -c local vagrant-devstack.yml -e configuration_version=$CONFIG_VER $EXTRA_VARS
......
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