stages:
- build
build and test:
stage: build
only:
- tags
tags:
- shell
script:
- unzip update.zip
- ls
- whoami
gitlab CI
阅读 84
2022-10-02
stages:
- build
build and test:
stage: build
only:
- tags
tags:
- shell
script:
- unzip update.zip
- ls
- whoami
相关推荐
精彩评论(0)