From 6fbae3f2a16b798e8e8da0079639a95dc44f9d19 Mon Sep 17 00:00:00 2001 From: Austen Date: Mon, 5 May 2014 21:34:05 -0400 Subject: [PATCH] Fixed gitlabTest with new hitchhikers repo --- gitlabTest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlabTest.sh b/gitlabTest.sh index 4327076..8389e33 100755 --- a/gitlabTest.sh +++ b/gitlabTest.sh @@ -8,7 +8,7 @@ mkdir a mkdir b cd /tmp/tests/a git init -git remote add origin git@76.182.74.61:hitchhikers/MyRobot.git +git remote add origin git@76.182.74.61:hitchhikers/Zaphod.git echo -e "${green}SSH cloning${close}" git pull origin master echo -e "${green}" @@ -16,7 +16,7 @@ ls echo -e "${close}" cd /tmp/tests/b git init -git remote add origin https://76.182.74.61/gitlab/hitchhikers/MyRobot.git +git remote add origin https://76.182.74.61/gitlab/hitchhikers/Zaphod.git git config http.sslVerify false echo -e "${green}HTTPS cloning${close}" git pull origin master