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; };