Commit 0642af01 by John Jarvis

submodules are not on a branch, no need to pull

parent ecab194e
......@@ -72,11 +72,7 @@ clone_repos() {
git clone git@github.com:MITx/mitx.git
fi
if [[ -d "$BASE/mitx/askbot/.git" ]]; then
output "Pulling askbot"
cd "$BASE/mitx/askbot"
git pull
else
if [[ ! -d "$BASE/mitx/askbot/.git" ]]; then
output "Cloning askbot as a submodule of mitx"
cd "$BASE/mitx"
git submodule update --init
......
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