Fixed ip address on gitlabTest.sh
This commit is contained in:
parent
f48b1365f4
commit
d6aed55ddd
@ -8,7 +8,7 @@ mkdir a
|
||||
mkdir b
|
||||
cd /tmp/tests/a
|
||||
git init
|
||||
git remote add origin git@76.182.74.61:hitchhikers/Zaphod.git
|
||||
git remote add origin git@98.26.78.121: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/Zaphod.git
|
||||
git remote add origin https://98.26.78.121/gitlab/hitchhikers/Zaphod.git
|
||||
git config http.sslVerify false
|
||||
echo -e "${green}HTTPS cloning${close}"
|
||||
git pull origin master
|
||||
|
Loading…
Reference in New Issue
Block a user