🧪 测试环境构建测试前端分支
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-cache-bust && \
|
|||||||
|
|
||||||
# 克隆并构建 2026 主题
|
# 克隆并构建 2026 主题
|
||||||
ARG FRONTEND_2026_REPO=https://git.orionc.me/orion/FileCodeBoxFronted2026.git
|
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 && \
|
RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-2026-cache-bust && \
|
||||||
git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \
|
git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \
|
||||||
cd /build/fronted-2026 && \
|
cd /build/fronted-2026 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user