# 定义 stages
stages:
  - pull

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