Commit 33b2d4f
Fix BlueBuild: guard airlock build against missing source
BlueBuild's script module only mounts files/ at /tmp/files/ — the
services/ directory from the repo root is not available at /tmp/services/.
Wrap airlock build in if/else guards so the image build continues
(airlock is disabled by default).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5bab14b commit 33b2d4f
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
0 commit comments