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
If an attempt to upgrade the script fails hard, the script simply continues on. This can be problematic if you are relying on something in the updated script (e.g. a new flavor such as chinook)
info "Error while checking for upgrade on script $SCRIPT"
rm $tempfile
return 0
This makes it hard to use the script reliably in automation environments (such as jenkins)
The text was updated successfully, but these errors were encountered:
If an attempt to upgrade the script fails hard, the script simply continues on. This can be problematic if you are relying on something in the updated script (e.g. a new flavor such as chinook)
This makes it hard to use the script reliably in automation environments (such as jenkins)
The text was updated successfully, but these errors were encountered: