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
When running e.g. captain build bogus without bogus defined in captain.yml, captain exits with status 0 and without any error message. This breaks CI or anything else relying on an correct exit status.
When running e.g.
captain build boguswithoutbogusdefined in captain.yml, captain exits with status0and without any error message. This breaks CI or anything else relying on an correct exit status.