Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
96059ed5
Commit
96059ed5
authored
Jan 10, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化脚本
parent
431a0d1e
Pipeline
#4221
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
.gitlab-ci.yml
+9
-1
No files found.
.gitlab-ci.yml
View file @
96059ed5
...
...
@@ -15,6 +15,7 @@ build_job:
staging-major_job
:
stage
:
release-major
script
:
# global variable
-
export Environment='Staging'
# 001 Continuous integration image to registry.
...
...
@@ -36,6 +37,7 @@ staging-major_job:
prod-major_job
:
stage
:
release-major
script
:
# global variable
-
export Environment='Production'
# 001 Continuous integration image to registry.
...
...
@@ -57,8 +59,14 @@ prod-major_job:
staging-analysing-git-changes_job
:
stage
:
analysing-git-changes
script
:
# global variable
-
export Environment='Staging'
# 001 Analysing git changes.
-
bash +x ./devops/PipeLines/Updating/001_AnalysingGitChanges.sh
-
bash +x ./devops/PipeLines/Updating/001_AnalysingGitChanges.sh
# 002 Synchronize config information to k8s's configmap.
-
bash +x ./devops/PipeLines/Updating/002_SyncConfig.sh
only
:
-
staging
tags
:
...
...
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