65 Star 489 Fork 105

GVPTarsCloud / Tars

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tars-latest-deploy-framework.sh 235 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/framework
./build-docker.sh master master latest ${push}
C/C++
1
https://gitee.com/TarsCloud/Tars.git
git@gitee.com:TarsCloud/Tars.git
TarsCloud
Tars
Tars
master

搜索帮助