作者 李忠强
1 个管道 的构建 失败 耗费 7 秒

更新

# stages
stages:
- pull
# job 华为测试服务添加自动部署
job1:
stage: pull
tags:
- huawei8
script:
- cd /home/wwwroot/t/mane
- git pull
# job 华为正式服务器添加自动部署 两个job同时存在为同时向两个服务器推送
#job2:
# stage: pull
# tags:
# - huawei9
# script:
# - cd /home/wwwroot/fast/chuangxiangjia
# - git pull
\ No newline at end of file
... ...