1 Star 0 Fork 103

华仔/Tars

forked from TarsCloud/Tars 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tars-latest-deploy-tars.sh 230 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/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/tars
./build-docker.sh master master latest ${push}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/huazai-soul/Tars.git
[email protected]:huazai-soul/Tars.git
huazai-soul
Tars
Tars
master

搜索帮助