mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
fix(cfDeploy): correct type of default value (#2192)
This commit is contained in:
parent
8eef130b22
commit
595721db4c
@ -233,7 +233,7 @@ spec:
|
|||||||
- STAGES
|
- STAGES
|
||||||
- STEPS
|
- STEPS
|
||||||
- GENERAL
|
- GENERAL
|
||||||
default: "manifest-variables.yml"
|
default: ["manifest-variables.yml"]
|
||||||
mandatory: false
|
mandatory: false
|
||||||
aliases:
|
aliases:
|
||||||
- name: cfManifestVariablesFiles
|
- name: cfManifestVariablesFiles
|
||||||
|
Loading…
Reference in New Issue
Block a user