Commit 8e04e65d authored by shibowen's avatar shibowen

修改yml

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