fix: build.sh must be executable for laconic-so build-containers
Also fix --include filter: container name uses slash (laconicnetwork/agave) not dash (laconicnetwork-agave). The old filter silently skipped the build. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>fix/kind-mount-propagation
parent
a76431a5dd
commit
9009fb0363
|
|
@ -113,7 +113,7 @@
|
||||||
{{ laconic_so }}
|
{{ laconic_so }}
|
||||||
--stack {{ stack_path }}
|
--stack {{ stack_path }}
|
||||||
build-containers
|
build-containers
|
||||||
--include laconicnetwork-agave
|
--include laconicnetwork/agave
|
||||||
tags:
|
tags:
|
||||||
- build-container
|
- build-container
|
||||||
- never
|
- never
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue