fix: 解决在麒麟系统上使用docker安装时使用celery -D启动 celery 可能出现的问题

This commit is contained in:
fxiang21
2023-11-24 14:15:08 +08:00
parent 7f49ae3dfb
commit c1a6adc32c
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ check_docker_compose() {
clone_repo() {
local repo_url=$1
git clone $repo_url || {
git clone -b deploy_on_kylin_docker --single-branch $repo_url || {
echo "error: failed to clone $repo_url"
exit 1
}