From 9389fee8bd96a5cc00380753120959d4276de2b2 Mon Sep 17 00:00:00 2001 From: lujianxin <2458505331@qq.com> Date: Mon, 23 Jun 2025 15:29:57 +0800 Subject: [PATCH] =?UTF-8?q?build:=E7=A7=BB=E9=99=A4=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E5=B9=B6=E5=85=B3=E9=97=AD=E6=BC=94=E7=A4=BA?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 从 .drone.yml 中移除了 APP_VERSION 环境变量 -将 yudao-module-infra 的演示模式设置为 false --- .drone.yml | 4 ---- .../src/main/resources/application-dev.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3c1425e..60ee08c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,6 @@ steps: - name: build-jar image: alpine - environment: - APP_VERSION: ${APP_VERSION} volumes: - name: build-output path: /home/app/build @@ -20,8 +18,6 @@ steps: - name: build-docker image: docker - environment: - APP_VERSION: ${APP_VERSION} volumes: - name: build-output path: /home/app/build diff --git a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml index 15bce30..751d660 100644 --- a/yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml +++ b/yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml @@ -127,4 +127,4 @@ spring: # 芋道配置项,设置当前项目所有自定义的配置 yudao: - demo: true # 开启演示模式 + demo: false # 开启演示模式