1 Star 0 Fork 3

SmallSaaS/jenkins_scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start-compose.sh 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
huawei laptop 提交于 2022-03-11 15:24 . add compose
#!/bin/sh
if [ ! -f prepare-compose.sh ];then
curl -sLO https://gitee.com/smallsaas/jenkins_scripts/raw/master/prepare-compose.sh
chmod +x configure.sh
fi
if [ ! -f prepare-compose.sh ];then
echo "fail to get configure.sh" > /dev/stderr
exit
fi
./prepare-compose.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smallsaas/jenkins_scripts.git
git@gitee.com:smallsaas/jenkins_scripts.git
smallsaas
jenkins_scripts
jenkins_scripts
master

搜索帮助