Commit f954b144 by 潘建波

ce111

1 parent 8a04dc4f
Pipeline #15 for f954b144 failed in 1 second
......@@ -8,7 +8,16 @@ job1:
# 所需执行的脚本
script:
- echo "323"
# 在哪个分支上可用
only:
- master
# 指定哪个ci runner跑该工作
tags:
- vion
job2:
# 场景为构建
stage: test
# 所需执行的脚本
script:
- npm init
# 在哪个分支上可用
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!