Commit c075932c by 潘建波

Update .gitlab-ci.yml

1 parent 093d2671
Pipeline #4 for c075932c failed in 0 seconds
# 定义的任务1
job1:
# 场景为构建
stage: build
# 所需执行的脚本
script:
- echo "ssss"
# 在哪个分支上可用
only:
- master
stages:
- replace
job:
stage: replace
script:
- echo "update the code:"
\ 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!