ManageIQ / floe

Floe is a runner for Amazon States Language workflows
Apache License 2.0
0 stars 5 forks source link

Support podman with empty output #150

Closed kbrock closed 9 months ago

kbrock commented 9 months ago
bundle exec exe/floe --docker-runner=podman --workflow examples/hello-world.asl --input '{"foo":1}'

gems/json-2.7.0/lib/json/common.rb:219:in `initialize': no implicit conversion of nil into String (TypeError)
    from gems/json-2.7.0/lib/json/common.rb:219:in `new'
    from gems/json-2.7.0/lib/json/common.rb:219:in `parse'
    from lib/floe/workflow/states/task.rb:148:in `parse_output'
kbrock commented 9 months ago

update:

miq-bot commented 9 months ago

Checked commit https://github.com/kbrock/floe/commit/86e7a5f7aaa829daef26c7fd3353bcb7ee237575 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :cookie:

kbrock commented 9 months ago

update: