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
Fixed a bug where pipeline deploys would block on outdated releases. When
using the genesis deploy command, you can pass in the --yes option to
automatically answer "yes" to all prompts, including setting the BOSH_NON_INTERACTIVE
environment variable to "true" so that BOSH would also not prompt.
However, only the BOSH_NON_INTERACTIVE environment variable was being set, but
not bypassing the other confirmation prompts in Genesis. This has been fixed.