Commit a1c081b2 by 潘建波

ds

1 parent 3fda9845
Pipeline #8 for a1c081b2 failed in 0 seconds
stage:
- build
stages:
- build
- test
- deploy
# 定义的任务1
job1:
# 场景为构建
stage: build
# 所需执行的脚本
script:
- echo "ssss"
script:
- npm init
# 在哪个分支上可用
only:
- master
\ No newline at end of file
- master
# 指定哪个ci runner跑该工作
tags:
- docker
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!