mirror of https://github.com/jumpserver/jumpserver
fix(build): 修稿构建
parent
3077d11483
commit
18174e2867
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue