Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
3fe7bcfa
Commit
3fe7bcfa
authored
May 07, 2020
by
John Red Medrano
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'red-develop' of
http://54.169.104.100:27015/red/red-ci-cd
into red-develop
parents
2d51fb4a
ad10593a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
.gitlab-ci.yml
.gitlab-ci.yml
+7
-3
dev_deploy.gitlab-ci.yml
dev_deploy.gitlab-ci.yml
+0
-1
redeploy.gitlab-ci.yml
redeploy.gitlab-ci.yml
+0
-1
test-gitlab-ci.yml
test-gitlab-ci.yml
+6
-0
No files found.
.gitlab-ci.yml
View file @
3fe7bcfa
# 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
dev_deploy.gitlab-ci.yml
View file @
3fe7bcfa
initial_repo
:
extends
:
dev_deploy
stage
:
initial_repo
image
:
ubuntu
rules
:
...
...
redeploy.gitlab-ci.yml
View file @
3fe7bcfa
re-deploy-dev
:
extends
:
redeploy
stage
:
re-deploy-dev
image
:
ubuntu
rules
:
...
...
test-gitlab-ci.yml
0 → 100644
View file @
3fe7bcfa
intial_repo
:
stage
:
intial_repo
script
:
-
echo "Successfully build dev environment"
-
echo "Closed"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment