zl程序教程

您现在的位置是:首页 >  其它

当前栏目

gitlab CI

gitlab CI
2023-09-14 08:58:28 时间
stages:
  - build
  
build and test:
  stage: build
  only:
    - tags
  tags:
    - shell
  script:
    - unzip update.zip
    - ls
    - whoami