提交 3329c9ca 作者: ZhangLingKun

测试:测试推送部署

上级 d34ade02
流水线 #7175 已失败 于阶段
in 31 秒
...@@ -26,10 +26,7 @@ COPY . . ...@@ -26,10 +26,7 @@ COPY . .
# Uncomment the following line in case you want to disable telemetry during the build. # Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1 # ENV NEXT_TELEMETRY_DISABLED 1
RUN \ RUN yarn build
if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:dev" && yarn run build:dev; \
else echo "env PROFILES_ACTIVE !=development. exec yarn run build" && yarn run build; \
fi
# If using npm comment out above and use below instead # If using npm comment out above and use below instead
# RUN npm run build # RUN npm run build
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论