gitlab CI

stages:
  - build
  
build and test:
  stage: build
  only:
    - tags
  tags:
    - shell
  script:
    - unzip update.zip
    - ls
    - whoami
  
posted @ 2022-09-29 17:38  ahuo  阅读(28)  评论(0编辑  收藏  举报