From 8ca3934de762888854de1619bc6234a729983892 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sat, 24 May 2025 15:59:20 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=F0=9F=93=A6=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- build/plugins.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c8a55c..55afb95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ build-job: # 打印拉取完成信息 - echo "docker pull complete." # 使用Dockerfile构建Docker镜像,并打上标签 - - cd docker && pwd && ls && docker build -f Dockerfile -t $CONTAINER_NAME:$DOCKER_TAG . + - cd docker && docker build -f Dockerfile -t $CONTAINER_NAME:$DOCKER_TAG . # 打印构建成功信息 - echo "Application successfully deployed." diff --git a/build/plugins.ts b/build/plugins.ts index 7425ae2..d892952 100644 --- a/build/plugins.ts +++ b/build/plugins.ts @@ -61,9 +61,6 @@ const useMock = (mode: string) => { // enableProd: true, // build: true, // http2: true, - // enableProd: true, - // build: true, - // http2: true, }) : null; };