Commit 214394af authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 8c419b85
Pipeline #307 failed with stages
in 2 minutes and 9 seconds
......@@ -130,8 +130,8 @@ build_sit:
- ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $dockerfile_sit"
- ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $testenv"
- ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/api-main-service/docker-compose.yml down"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/api-main-service/docker-compose.yml -p xxx_rmsv2_api_container up -d --build"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/docker-compose.yml down"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/sit/$repo_folder/docker-compose.yml -p xxx_rmsv2_api_container up -d --build"
- ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && sudo docker-compose up --build -d"
- echo "building sit environment for red test ci cd"
......
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