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 # 开启演示模式