You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The absence of apiVersion from skaffold.yaml hadn't been tested, a
nil err was being sent to errors.Wrapf which then returned nil as error
leading to wrong success of configuration parse operation.
We are now creating a new error instead of relying on wraping a
potentially nil err with errors.Wrapf.
Expected behavior
When run with an empty skaffold.yaml, I expect skaffold to output an error
Actual behavior
Skaffold crashes for most command dev, run, fix.
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: