Commit 8e04e65d authored by shibowen's avatar shibowen

修改yml

parent c9d12317
Pipeline #1923 failed
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
# 定义 job # 定义 job
job1: job1:
stage: test stage: test
tags:test
script: script:
- echo "I am job1" - echo "I am job1"
- echo "I am in test stage" - echo "I am in test stage"
...@@ -13,6 +14,7 @@ job1: ...@@ -13,6 +14,7 @@ job1:
# 定义 job # 定义 job
job2: job2:
stage: build stage: build
tags:test
script: script:
- echo "I am job2" - echo "I am job2"
- echo "I am in build stage" - echo "I am in build stage"
\ No newline at end of file
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