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
Something changed recently and it's causing commits to abort because
'docker attach' is exiting with $?=1 failed status.
I am pretty sure that exiting with a failed status should not abort the
commit, so adding a ||/bin/true where the 1 comes out
0 commit comments