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
Fix build: guard agent/ui/diffusion-worker paths in build-services.sh
The agent, UI, and diffusion-worker pip install steps assumed
/tmp/services/{agent,ui,diffusion-worker} exist in the container build
context, but these paths are not mounted by BlueBuild. All other
services (airlock, Go services, quarantine, search-mediator) already
had if-exists guards. Add the same defensive checks so the build
continues with a warning instead of failing with exit code 1.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments