您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
122 B

  1. stages:
  2. - build
  3. - test
  4. build_my_stuff:
  5. stage: build
  6. script:
  7. - echo hello
  8. - ./build.sh
  9. - echo finish