Skip to content
Snippets Groups Projects
Unverified Commit 4bacc5ff authored by Pete Peterson's avatar Pete Peterson Committed by GitHub
Browse files

Small cleanup

parent bd17c2cd
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -ex
if [ -z "$BUILD_DIR" ]; then
if [ -z "$WORKSPACE" ]; then
echo "WORKSPACE not set. Cannot continue"
......@@ -48,7 +49,6 @@ if [ -d dev-docs/html ]; then
cd -
else
echo "Cloning developer site"
#git clone git@github.com-mantid-builder:mantidproject/developer.git dev-docs/html || exit -1
git clone git@github.com:mantidproject/developer.git dev-docs/html || exit -1
cd dev-docs/html
git checkout gh-pages
......
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