add 显示注入后的deployment文件
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m14s
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m14s
This commit is contained in:
@@ -44,7 +44,8 @@ jobs:
|
|||||||
# 为其他配置文件注入环境变量
|
# 为其他配置文件注入环境变量
|
||||||
- name: Inject envVar
|
- name: Inject envVar
|
||||||
run: |
|
run: |
|
||||||
envsubst < ./deployment-temp.yml > ./deployment.yml
|
envsubst < ./deployment-temp.yml > ./deployment.yml &&
|
||||||
|
cat ./deployment.yml
|
||||||
|
|
||||||
# 构建java项目
|
# 构建java项目
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
|
|||||||
Reference in New Issue
Block a user