1 Star 0 Fork 24K

Janyd/RuoYi

forked from 若依/RuoYi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dubhe.yml 655 Bytes
一键复制 编辑 原始数据 按行查看 历史
Janyd 提交于 2020-07-22 15:53 . init
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
steps:
- name: test
image: maven:3.6.3-openjdk-8-slim
commands:
- mvn test
volumes:
- name: repository
path: /root/.m2
- name: build
image: maven:3.6.3-openjdk-8-slim
commands:
- mvn -U clean package -Dmaven.test.skip=true
volumes:
- name: repository
path: /root/.m2
- name: verification
image: alpine:latest
commands:
- if [ -e ruoyi-admin/target/*.jar ]; then exit 0; else exit 1; fi
volumes:
- name: repository
host:
path: /Users/janyd/.m2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ChuckChan/RuoYi.git
git@gitee.com:ChuckChan/RuoYi.git
ChuckChan
RuoYi
RuoYi
master

搜索帮助