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
I've seen a few instances of this App continuing processing when earlier step was failing. It should terminate as soon as any earlier step fails by setting set -e in main
The text was updated successfully, but these errors were encountered:
I've seen a few instances of this App continuing processing when earlier step was failing. It should terminate as soon as any earlier step fails by setting
set -e
inmain
The text was updated successfully, but these errors were encountered: