Closed agrare closed 9 months ago
Before:
$ bundle exec exe/floe --docker-runner=podman --workflow examples/workflow.asl --input '{"foo": 2}' INFO -- : Running state: [FirstState] with input [{"foo"=>2}]... DEBUG -- : Running docker run etc... ...
After:
$ bundle exec exe/floe --docker-runner=podman --workflow examples/workflow.asl --input '{"foo": 2}' INFO -- : Running state: [FirstState] with input [{"foo"=>2}]... DEBUG -- : Running podman run etc...
Checked commit https://github.com/agrare/floe/commit/3a3ee11f18ede17edd9b09b481f4db354672c447 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. :trophy:
Before:
After: