Commit 3fe7bcfa authored by John Red Medrano's avatar John Red Medrano

Merge branch 'red-develop' of http://54.169.104.100:27015/red/red-ci-cd into red-develop

parents 2d51fb4a ad10593a
# include:
# - remote: 'http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd/blob/dev_branch/dev_deploy.gitlab-ci.yml'
# - remote: 'http://tir:Qwerty1234@54.169.104.100:27015/red/red-ci-cd/blob/dev_branch/redeploy.gitlab-ci.yml'
stages:
- initial_repo
- clean_initial_repo
- re-deploy-dev
- clean_re-deploy-dev
# - re-deploy-dev
# - clean_re-deploy-dev
include:
- local: dev_deploy.gitlab-ci.yml
- local: redeploy.gitlab-ci.yml
initial_repo:
extends: dev_deploy
stage: initial_repo
image: ubuntu
rules:
......
re-deploy-dev:
extends: redeploy
stage: re-deploy-dev
image: ubuntu
rules:
......
intial_repo:
stage: intial_repo
script:
- echo "Successfully build dev environment"
- echo "Closed"
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