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

Update .gitlab-ci.yml

parent 6a8211d0
Pipeline #261 failed with stages
in 40 seconds
...@@ -38,11 +38,8 @@ buid_dev: ...@@ -38,11 +38,8 @@ buid_dev:
cleanup_build_dev: cleanup_build_dev:
stage: cleanup_build stage: cleanup_build
script: script:
- 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"
- echo "Folder for dev already deleted" when: on_failure
rules:
- when: on_success
......
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