Commit 6f8eb666 by 据说甜蜜呢

合并阶段。

parent 0feb5576
Pipeline #4304 passed with stage
in 29 seconds
...@@ -18,24 +18,16 @@ build_job: ...@@ -18,24 +18,16 @@ build_job:
tags: tags:
- build - build
staging-major_job: release-major_job:
stage: release-major stage: release-major
script: script:
- export Environment='Staging' - export Environment='Staging'
- bash ./devops/PipeLines/Creation/Creation_Pipeline.sh - bash ./devops/PipeLines/Creation/Creation_Pipeline.sh
only: only:
- rel/major - release/staging
- release/production
tags: tags:
- staging - staging
prod-major_job:
stage: release-major
script:
- export Environment='Production'
- bash ./devops/PipeLines/Creation/Creation_Pipeline.sh
only:
- rel/major
tags:
- production - production
analysing-git-changes_job: analysing-git-changes_job:
...@@ -45,8 +37,10 @@ analysing-git-changes_job: ...@@ -45,8 +37,10 @@ analysing-git-changes_job:
- bash ./devops/PipeLines/Updating/001_AnalysingGitChanges.sh - bash ./devops/PipeLines/Updating/001_AnalysingGitChanges.sh
only: only:
- staging - staging
- production
tags: tags:
- staging - staging
- production
synchronizing-config_job: synchronizing-config_job:
stage: synchronizing-config stage: synchronizing-config
......
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