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

Update .gitlab-ci.yml

parent cfb489b9
Pipeline #124 passed with stage
in 38 seconds
......@@ -13,11 +13,8 @@ build website:
- apt-get install git-core -y
variables:
GIT_STRATEGY: clone
GIT_CHECKOUT: "false"
script:
- ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/red-ci-cd"
- ssh -tt centos@13.251.192.208 echo "$testfile" > tes.txt
- ssh -tt centos@13.251.192.208 "cd /var/www/red-ci-cd"
- ssh -tt centos@13.251.192.208 "sudo $testfile > test.txt"
- ssh -tt centos@13.251.192.208 "sudo git clone http://red@54.169.104.100:27015/red/red-ci-cd.git -b RMS.v2.2"
- echo "$testfile" > tes.txt
- git checkout -B RMS.v2.2
\ 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