审查视图

.gitlab-ci.yml 125 字节
anyv authored
1 2 3 4 5 6 7 8 9 10
# 定义 stages
stages:
  - pull

# 定义 job
job1:
  stage: pull
  script:
    - cd /alidata/www/w/xkeasy
    - git pull