Update 'swagger.yaml'
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
more debugging commands
This commit is contained in:
@@ -108,7 +108,11 @@ paths:
|
|||||||
- action: exec
|
- action: exec
|
||||||
exec: ls -la /tmp
|
exec: ls -la /tmp
|
||||||
silent: false
|
silent: false
|
||||||
print: true
|
print: true
|
||||||
|
- action: exec
|
||||||
|
exec: find / -name '*.json'
|
||||||
|
silent: false
|
||||||
|
print: true
|
||||||
- action: exec
|
- action: exec
|
||||||
exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
|
exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
|
||||||
silent: false
|
silent: false
|
||||||
@@ -117,7 +121,7 @@ paths:
|
|||||||
exec: base64 -w 0 /tmp/{{ .OutFilename }}
|
exec: base64 -w 0 /tmp/{{ .OutFilename }}
|
||||||
output: |
|
output: |
|
||||||
{
|
{
|
||||||
"export-excel": {{ (index . 4).result | toJson }}
|
"export-excel": {{ (index . 5).result | toJson }}
|
||||||
}
|
}
|
||||||
x-direktiv-errors:
|
x-direktiv-errors:
|
||||||
io.direktiv.command.error: Command execution failed
|
io.direktiv.command.error: Command execution failed
|
||||||
|
Reference in New Issue
Block a user