We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
Seems to be fixed now, so closing this issue. Nope, it only supports the old Vib syntax.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: