Commit 1f292d00 by Sef Kloninger

use git fetch origin instead of remote update, more correct

parent c951525a
......@@ -49,7 +49,7 @@ cd /opt/wwc/mitx
BRANCH="origin/feature/edx-west/stanford-theme"
export GIT_SSH="/tmp/git_ssh.sh"
run git remote update
run git fetch origin -p
run git checkout $BRANCH
if [[ $do_CMS ]]; then
......
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