1 Star 0 Fork 2.3K

NaGy / jetlinks-community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-and-push-docker.sh 254 Bytes
一键复制 编辑 原始数据 按行查看 历史
老周 提交于 2020-01-17 21:38 . add build script
#!/usr/bin/env bash
./mvnw clean package -Dmaven.test.skip=true
if [ $? -ne 0 ];then
echo "构建失败!"
else
cd ./jetlinks-standalone || exit
../mvnw docker:build && docker push registry.cn-shenzhen.aliyuncs.com/jetlinks/jetlinks-standalone
fi
Java
1
https://gitee.com/xyzNaGy/jetlinks-community.git
git@gitee.com:xyzNaGy/jetlinks-community.git
xyzNaGy
jetlinks-community
jetlinks-community
master

搜索帮助