From 57e5056d12f917a1473fbfc531ee4834766d4d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?old=E6=98=93?= <156663459@qq.com> Date: Tue, 8 Oct 2024 15:33:20 +0800 Subject: [PATCH] 111 --- New_College.Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New_College.Api/Dockerfile b/New_College.Api/Dockerfile index 70acccb..318840a 100644 --- a/New_College.Api/Dockerfile +++ b/New_College.Api/Dockerfile @@ -19,7 +19,7 @@ RUN git remote add origin http://$GIT_USERNAME:$GIT_PERSONAL_ACCESS_TOKEN@nas.ji # 启用稀疏检出并指定要拉取的目录 RUN echo "Admin.NET" >> .git/info/sparse-checkout -RUN git pull --depth 1 origin devlop +RUN git pull --depth 1 origin develop RUN git checkout develop # 打印 Git 状态和日志以验证代码拉取情况