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
## Motivation
After #4383, we now have a dangling symlink in the repository, that
points to the compiled `linera-web` once built. However, `gcloud builds`
(which is what we use in `lineractl` to build our Docker Images) doesn't
like dangling symlinks.
## Proposal
Add the dangling symlinks to `.gcloudignore` to make sure `gcloud`
commands ignore it, and the builds succeed.
## Test Plan
Did a build with `gcloud builds` and now it works again
## Release Plan
- Nothing to do / These changes follow the usual release cycle.
0 commit comments