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
ci: run "bazel clean" before pushing container images (#305)
I observed failed CI runs due to the disk of the CI runner being full.
To work around this, we can simply clear the output base after the regular build and tests, but before pushing container images.
0 commit comments