Skip to content
Snippets Groups Projects
Commit 0642af01 authored by John Jarvis's avatar John Jarvis
Browse files

submodules are not on a branch, no need to pull

parent ecab194e
No related branches found
Tags release-2020-11-25-04.25
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment