Commit 417f69ac authored by Kunkka王辉's avatar Kunkka王辉 😲

删除多余的代码

parent e566044f
...@@ -43,6 +43,8 @@ curl -o data.tgz -# http://192.168.11.163/demo/code-demo-920.tgz ...@@ -43,6 +43,8 @@ curl -o data.tgz -# http://192.168.11.163/demo/code-demo-920.tgz
echo '解压缩......' echo '解压缩......'
tar --strip-components=1 -xf data.tgz tar --strip-components=1 -xf data.tgz
rm -f data.tgz rm -f data.tgz
echo 'storage 目录权限处理'
find ./ -type d -name 'storage' -exec chmod -R 0777 {} +
echo '下载compose项目' echo '下载compose项目'
cd ../ # 到上一层 cd ../ # 到上一层
git clone git@gitlab.galaxy-immi.com:kunkka.wh/docker-test.git $BUILD_DIR git clone git@gitlab.galaxy-immi.com:kunkka.wh/docker-test.git $BUILD_DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment