Skip to content
Snippets Groups Projects
Commit 5c72c650 authored by robjmcgibbon's avatar robjmcgibbon
Browse files

https for git pull

parent 8934c61b
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ python generate_map.py
python compiler.py
rsync -auv compiled/* ../
[ ! -d "swift" ] && git clone "git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git" "swift"
[ ! -d "swift" ] && git clone "https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git" "swift"
cd swift
[ "$(git rev-parse --abbrev-ref HEAD)" != "master" ] && git checkout master
git pull
......@@ -40,7 +40,7 @@ cp -r swift/doc/RTD/build/html/ ../docs
cp swift/doc/onboardingGuide/build/latex/onboarding.pdf ../onboarding.pdf
# Generate read the docs for the zoom branch
[ ! -d "swift_will" ] && git clone "git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git" "swift_will"
[ ! -d "swift_will" ] && git clone "https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git" "swift_will"
cd swift_will
[ "$(git rev-parse --abbrev-ref HEAD)" != "zoom_docs" ] && git checkout zoom_docs
git pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment