Commit a833941c authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 2249da00
Pipeline #143 passed with stage
in 39 seconds
...@@ -12,7 +12,7 @@ build website: ...@@ -12,7 +12,7 @@ build website:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- apt-get install git-core -y - apt-get install git-core -y
- ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/testred" - ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/testred"
- ssh -tt centos@13.251.192.208 "cd /var/www/testred && sudo git clone http://red:password123@54.169.104.100:27015/red/red-ci-cd.git" - ssh -tt centos@13.251.192.208 "cd /var/www/testred && sudo git clone http://red:password123@54.169.104.100:27015/red/red-ci-cd.git -b RMS.v2.2"
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment