Commit 6f8eb666 by 据说甜蜜呢

合并阶段。

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