1 Star 0 Fork 23.7K

enjoyi / RuoYi-Vue

forked from 若依 / RuoYi-Vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 259 Bytes
一键复制 编辑 原始数据 按行查看 历史
enjoyi 提交于 2022-07-18 22:24 . gitlab deploy
stages:
- build
- deploy
build:
stage: build
tags:
- test-tag
only:
- master
script:
- echo "mvn clean "
- echo "mvn install"
deploy:
stage: deploy
tags:
- test-tag
only:
- master
script:
- echo "hello deploy"
JavaScript
1
https://gitee.com/enjoyi/RuoYi-Vue.git
git@gitee.com:enjoyi/RuoYi-Vue.git
enjoyi
RuoYi-Vue
RuoYi-Vue
master

搜索帮助