stages:
- build
build and test:
stage: build
only:
- tags
tags:
- shell
script:
- unzip update.zip
- ls
- whoami
微信扫一扫
stages:
- build
build and test:
stage: build
only:
- tags
tags:
- shell
script:
- unzip update.zip
- ls
- whoami
相关推荐