-
Notifications
You must be signed in to change notification settings - Fork 52
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
vendir sync --json swallows error #357
Comments
@hans-d I tried to reproduce the issue with config
First I run without
With
Did you get something different output if yes can you please add here your config and steps you followed? (It will be helpful in future) After trying out above config I can see there is bug in |
This is the kind of thing i'm facing. It should produce an error (stderr or in json), and exit with a non-zero status |
Hey @hans-d can you provide a sample vendir.yaml for us to look at? |
The '../' is part of the source directory:
|
This issue is seen in kbld & imgpkg too? |
Not using those, so can't say. |
Same issues seen in imgpkg and kbld as well. Issues created are: |
What steps did you take:
vendir sync
: produces a nice errorvendir sync --json
What happened:
produces no error, but does exit with code 1
What did you expect:
error message like without
--json
, in json and/or to stderrEnvironment:
vendir --version
): vendir version 0.38.0/etc/os-release
): debian bookwormVote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: