🧪 测试环境构建测试前端分支

This commit is contained in:
2026-07-10 16:09:36 +08:00
parent 6d5ac36f5c
commit bcc26e4bc2
+1 -1
View File
@@ -20,7 +20,7 @@ RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-cache-bust && \
# 克隆并构建 2026 主题
ARG FRONTEND_2026_REPO=https://git.orionc.me/orion/FileCodeBoxFronted2026.git
ARG FRONTEND_2026_BRANCH=main
ARG FRONTEND_2026_BRANCH=test/custom-admin-ui
RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-2026-cache-bust && \
git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \
cd /build/fronted-2026 && \