Ai
65 Star 502 Fork 102

GVPTarsCloud/Tars

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tars-latest-deploy-framework.sh 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruanshudong 提交于 2021-11-16 09:39 +08:00 . tars-deploy separate to framework & tars
#!/bin/bash
if (( $# < 1 ))
then
echo $#
echo "$0 push(false/true)"
exit 1
fi
push=$1
if [ "$push" == "true" ]; then
push="true"
else
push="false"
fi
cd docker/framework
./build-docker.sh master master latest ${push}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/TarsCloud/Tars.git
git@gitee.com:TarsCloud/Tars.git
TarsCloud
Tars
Tars
master

搜索帮助