build:移除环境变量并关闭演示模式
- 从 .drone.yml 中移除了 APP_VERSION 环境变量 -将 yudao-module-infra 的演示模式设置为 false
This commit is contained in:
parent
c2ff984c12
commit
9389fee8bd
|
@ -6,8 +6,6 @@ steps:
|
||||||
|
|
||||||
- name: build-jar
|
- name: build-jar
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
|
||||||
APP_VERSION: ${APP_VERSION}
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: build-output
|
- name: build-output
|
||||||
path: /home/app/build
|
path: /home/app/build
|
||||||
|
@ -20,8 +18,6 @@ steps:
|
||||||
|
|
||||||
- name: build-docker
|
- name: build-docker
|
||||||
image: docker
|
image: docker
|
||||||
environment:
|
|
||||||
APP_VERSION: ${APP_VERSION}
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: build-output
|
- name: build-output
|
||||||
path: /home/app/build
|
path: /home/app/build
|
||||||
|
|
|
@ -127,4 +127,4 @@ spring:
|
||||||
|
|
||||||
# 芋道配置项,设置当前项目所有自定义的配置
|
# 芋道配置项,设置当前项目所有自定义的配置
|
||||||
yudao:
|
yudao:
|
||||||
demo: true # 开启演示模式
|
demo: false # 开启演示模式
|
||||||
|
|
Loading…
Reference in New Issue