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
|
||||
exec: ls -la /tmp
|
||||
silent: false
|
||||
print: true
|
||||
print: true
|
||||
- action: exec
|
||||
exec: find / -name '*.json'
|
||||
silent: false
|
||||
print: true
|
||||
- action: exec
|
||||
exec: /bin/json2excel -inputJson {{- if eq (deref .Infile) "" }} "/tmp/input.json" {{- else }} {{ .Infile }} {{- end }} input.json -worksheetName "{{ .WorksheetName }}" -outputFilename '{{ .OutFilename }}'
|
||||
silent: false
|
||||
@@ -117,7 +121,7 @@ paths:
|
||||
exec: base64 -w 0 /tmp/{{ .OutFilename }}
|
||||
output: |
|
||||
{
|
||||
"export-excel": {{ (index . 4).result | toJson }}
|
||||
"export-excel": {{ (index . 5).result | toJson }}
|
||||
}
|
||||
x-direktiv-errors:
|
||||
io.direktiv.command.error: Command execution failed
|
||||
|
Reference in New Issue
Block a user