Commit 4e3493f0 authored by lipengcheng 's avatar lipengcheng

ci: gitalb.yml

parent 5fb82417
...@@ -4,10 +4,22 @@ stages: ...@@ -4,10 +4,22 @@ stages:
- stage-c - stage-c
job-a: job-a1:
stage: stage-a stage: stage-a
script: script:
- echo '安装构建依赖阶段' - echo '安装构建依赖阶段===>1'
tags:
- tag-project2
job-a2:
stage: stage-a
script:
- echo '安装构建依赖阶段===>2'
tags:
- tag-project2
job-a3:
stage: stage-a
script:
- echo '安装构建依赖阶段===>3'
tags: tags:
- tag-project2 - tag-project2
......
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