The syntax of directives like runs, entrypoint. copy and adds have changed in the recent release. At least for runs, we need to update it here to use:
runs:
commands:
- some-command
So that the statistics are shown properly without NaN.

For information, checkout https://docs.vanillaos.org/vib/en/recipe-structure.
The syntax of directives like runs, entrypoint. copy and adds have changed in the recent release. At least for runs, we need to update it here to use:
So that the statistics are shown properly without NaN.
For information, checkout https://docs.vanillaos.org/vib/en/recipe-structure.