Skip to content
Snippets Groups Projects
Commit 522c4193 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Change git clone url

parent 717424db
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,8 @@ if [ -d $BUILD_DIR ]; then
git pull --rebase
else
echo "$BUILD_DIR does not exist - cloning developer site"
git clone git@github.com:mantidproject/developer.git $BUILD_DIR || exit -1
git clone -b gh-pages git@github.com-mantid-builder:mantidproject/developer.git $BUILD_DIR || exit -1
cd $BUILD_DIR
git checkout gh-pages
fi
###############################################################################
......
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