Commit 86952e2d by 潘建波

sd

1 parent e9adaa3c
Pipeline #12 for 86952e2d failed in 0 seconds
stages:
- build
- test
- deploy
# 定义的任务1
job1:
# 场景为构建
......@@ -7,6 +9,8 @@ job1:
# 所需执行的脚本
script:
- echo "323"
stage: test
npm init
# 在哪个分支上可用
only:
- master
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!