Commit cb429548 authored by shibowen's avatar shibowen

修改yml

parent 8e04e65d
Pipeline #1924 passed with stages
in 1 second
......@@ -6,7 +6,8 @@ stages:
# 定义 job
job1:
stage: test
tags:test
tags:
- test
script:
- echo "I am job1"
- echo "I am in test stage"
......@@ -14,7 +15,8 @@ job1:
# 定义 job
job2:
stage: build
tags:test
tags:
- test
script:
- echo "I am job2"
- 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