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
Ensure config[:addons] is reasonable when deploy is present
We should drop non-Hash addons config when a top-level
deploy key is present.
When the top-level deploy key is present, while normalizing,
an addons value that is not a Hash will be sent `#[]`,
which is raises `NoMethodError`.
0 commit comments