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

Update .gitlab-ci.yml

parent 0d1c6db4
Pipeline #259 failed
stages: stages:
- build - dev
- dev_failed - cleanup_build
build dev: dev:
stage: build stage: dev
image: ubuntu image: ubuntu
only: only:
refs: refs:
...@@ -35,8 +35,8 @@ build dev: ...@@ -35,8 +35,8 @@ build dev:
- echo "Closed" - echo "Closed"
dev_failed: cleanup_build_dev:
stage: dev_failed stage: cleanup_build
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