Commit f5bf04d5 by Feanil Patel

Ubuntu 12.04 doesn't support 'git clone -b'

This is to deal with the issue pointed out in #2036
parent 096196a2
......@@ -45,7 +45,9 @@ fi
## Clone the configuration repository and run Ansible
##
cd /var/tmp
git clone -b $CONFIG_VER https://github.com/edx/configuration
git clone https://github.com/edx/configuration
cd configuration
git checkout $CONFIG_VER
##
## Install the ansible requirements
......
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