Commit 32a933f6 by wangtingwei

当åæ改为绝对路径

1 parent e39e4d7e
Showing with 3 additions and 3 deletions
......@@ -3,11 +3,11 @@ now=$(date +%Y%m%d%H%M%S)
workspace=/home/wangtingwei/ksyun_image_update
echo "删除image.list列表"
sleep 2
rm -rf image.list
rm -rf $workspace/image.list
echo "删除seetaas项目目录"
sleep 2
rm -rf seetaas
mkdir seetaas/src -pv
rm -rf $workspaceseetaas
mkdir $workspace/seetaas/src -pv
cd $workspace/seetaas/src/
#################autodl-core################################################################
git clone git@gitlab.seetatech.com:autodl.com/autodl-core.git && cd autodl-core && git checkout develop && make build mode=dev || make build mode=dev && \
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!