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

Update .gitlab-ci.yml

parent 738b48fb
Pipeline #257 failed with stages
in 41 seconds
stages: stages:
- build - build
- cleanup_build_job - dev_failed
build dev: build dev:
stage: build stage: build
...@@ -35,8 +35,8 @@ build dev: ...@@ -35,8 +35,8 @@ build dev:
- echo "Closed" - echo "Closed"
cleanup_build_job: dev_failed:
stage: cleanup_build stage: dev_failed
script: script:
- echo "Deleting folder" - echo "Deleting folder"
- ssh -tt centos@13.251.192.208 "sudo rm -rf /var/www/gitlab_variable_red/dev" - ssh -tt centos@13.251.192.208 "sudo rm -rf /var/www/gitlab_variable_red/dev"
......
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