提交 fcf321da authored 作者: Andy's avatar Andy

45

上级 d4ee1396
...@@ -101,4 +101,4 @@ check_install_deps() { ...@@ -101,4 +101,4 @@ check_install_deps() {
# echo "🎉 Node.js & PM2 环境准备完成!" # echo "🎉 Node.js & PM2 环境准备完成!"
# } # }
"$@" "$@"
\ No newline at end of file
...@@ -148,10 +148,6 @@ fetch_git_platsvr() { ...@@ -148,10 +148,6 @@ fetch_git_platsvr() {
local tmp_svr_base_dir=$2 local tmp_svr_base_dir=$2
local tmp_svr_branches=$3 local tmp_svr_branches=$3
echo tmp_svr_repo_url
echo tmp_svr_base_dir
echo tmp_svr_branches
# 主循环 # 主循环
for branch in "${tmp_svr_branches[@]}"; do for branch in "${tmp_svr_branches[@]}"; do
tmp_target_dir="$tmp_svr_base_dir/$branch" tmp_target_dir="$tmp_svr_base_dir/$branch"
...@@ -182,11 +178,4 @@ fetch_git_platweb() { ...@@ -182,11 +178,4 @@ fetch_git_platweb() {
done done
} }
fetch_git_platsvr_1(){ "$@"
while true; do
echo "wwwww"
echo
done
}
"$@"
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论