fix(build): 修稿构建

pull/4258/head
ibuler 2020-07-07 13:25:34 +08:00 committed by 老广
parent 3077d11483
commit 18174e2867
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ utils_dir=$(pwd)
project_dir=$(dirname "$utils_dir")
release_dir=${project_dir}/release
# 编译翻译文件
cd "${project_dir}/apps" && python manage.py compilemessages
# 安装依赖包
yum -y install git
# 打包
cd "${project_dir}" || exit 3