File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed
incubating/octopusdeploy-create-package Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -83,22 +83,14 @@ spec:
83
83
"definitions": {},
84
84
"$schema": "http://json-schema.org/draft-07/schema#",
85
85
"type": "object",
86
- "additionalProperties": true,
87
86
"patterns": [],
88
87
"required": [
89
- "FILE "
88
+ "PATH "
90
89
],
91
90
"properties": {
92
- "FILE": {
93
- "additionalProperties": true,
94
- "type": "object",
95
- "description": "The zip file that was created",
96
- "properties": {
97
- "Path": {
98
- "type": "string",
99
- "description": "The path to the zip file"
100
- }
101
- }
91
+ "PATH": {
92
+ "type": "string",
93
+ "description": "The zip file path that was created"
102
94
}
103
95
}
104
96
}
@@ -115,9 +107,9 @@ spec:
115
107
[[- if .Arguments.OUT_FOLDER ]] --out-folder "[[ .Arguments.OUT_FOLDER ]]" [[ end ]]
116
108
[[- range $val := .Arguments.INCLUDE ]] --include "[[ $val ]]" [[ end ]]
117
109
[[- if .Arguments.OVERWRITE ]] --overwrite [[ end ]]
118
- --output-format json
110
+ --output-format basic
119
111
--no-prompt)
120
- - cf_export FILE= $OUTPUT
112
+ - cf_export PATH=" $OUTPUT"
121
113
delimiters :
122
114
left : " [["
123
115
right : " ]]"
You can’t perform that action at this time.
0 commit comments