0
点赞
收藏
分享

微信扫一扫

gitlab CI

_karen 2022-10-02 阅读 82

stages:
- build
build and test:
stage: build
only:
- tags
tags:
- shell
script:
- unzip update.zip
- ls
- whoami



举报

相关推荐

0 条评论