Commit 9e046c2
fix(build): add build-control-plane to build-all RHOAIENG-55811 (#1093)
## Summary
- `build-control-plane` was defined in the Makefile but missing from the
`build-all` target, causing it to be silently skipped during full builds
and CI runs
- Adds `build-control-plane` to the `build-all` dependency chain
alongside `build-mcp`
## Jira
RHOAIENG-55811
## Test plan
- [ ] `make build-all` completes and includes the control-plane image
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>1 parent 936ea12 commit 9e046c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments