Commit 3729c941 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 9b710eb1
Pipeline #134 failed with stage
in 35 seconds
...@@ -13,9 +13,9 @@ build website: ...@@ -13,9 +13,9 @@ build website:
- apt-get install git-core -y - apt-get install git-core -y
- ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/red-ci-cd" - ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/red-ci-cd"
- ssh -tt centos@13.251.192.208 "cd /var/www/red-ci-cd" - ssh -tt centos@13.251.192.208 "cd /var/www/red-ci-cd"
- git clone http://red:password123@54.169.104.100:27015/red/red-ci-cd.git - 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
GIT_DEPTH: "50" GIT_DEPTH: "1000"
script: script:
- git branch - git branch
\ No newline at end of file
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