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
`set -e` stops the script when a *simple command* fails.
If the command is part of an `||`-expression, the script continues.
It seems unessential that we fail to uninstall `bundler` from the global
gemset, the build is green after all.
0 commit comments