Skip to content
New issue

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

Fix: add missing YAML conversion to manifest verify #391

Merged
merged 1 commit into from
May 3, 2023

Conversation

daniel-weisse
Copy link
Member

Proposed changes

marblerun manifest set allows using a manifest in YAML format.
For this, the manifest is converted from YAML to JSON.
This conversion was missing in the marblerun manifest verify command, resulting in failed verification if the manifest is in YAML format.

This PR fixes the issue by using the same function to load the manifest in both manifest set and manifest verify.

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
@netlify

This comment was marked as off-topic.

@daniel-weisse daniel-weisse merged commit 379fb71 into master May 3, 2023
@daniel-weisse daniel-weisse deleted the fix/cli/verify branch May 3, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants