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
In a build step, if you set the value of the allowFailure field to true, and the build step fails, then the build succeeds as long as all other build steps in that build succeed.
https://cloud.google.com/build/docs/build-config-file-schema#allowfailure
This is supported in the v0 yaml so we just need to add the mapping.
Update added support for allowFailure; need to add downgrade logic
The text was updated successfully, but these errors were encountered: