gitea_actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
||||
# --- 以下为在管理机上执行的脚本 ---
|
||||
|
||||
# 定义项目目录(管理机上的代码存放路径)
|
||||
PROJECT_DIR="/home/bmy"
|
||||
PROJECT_DIR="/home/bmy/gitea_actions"
|
||||
|
||||
# 进入项目目录,若不存在则克隆仓库
|
||||
if [ ! -d "$PROJECT_DIR" ]; then
|
||||
|
||||
Reference in New Issue
Block a user