Merge remote-tracking branch 'origin/dev-czh' into dev

This commit is contained in:
chenzhihang 2024-09-10 09:40:54 +08:00
commit db7c0c77d9
1 changed files with 2 additions and 0 deletions

View File

@ -50,12 +50,14 @@ if [ $? -ne 0 ]; then
exit 1
fi
git stash
git pull origin $branch
if [ $? -ne 0 ]; then
echo "拉取代码失败,请检查网络或联系管理员!"
exit 1
fi
chmod +777 *.sh
# 创建目录
mkdir -p ${baseDir}/k8s/dockerfiles/jar
mkdir -p ${baseDir}/k8s/dockerfiles/html