From 9009fb03632b9411a5c84bcd218027aca60384c8 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Tue, 10 Mar 2026 07:25:39 +0000 Subject: [PATCH] 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 --- .../container-build/laconicnetwork-agave/build.sh | 0 playbooks/biscayne-sync-tools.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 agave-stack/stack-orchestrator/container-build/laconicnetwork-agave/build.sh diff --git a/agave-stack/stack-orchestrator/container-build/laconicnetwork-agave/build.sh b/agave-stack/stack-orchestrator/container-build/laconicnetwork-agave/build.sh old mode 100644 new mode 100755 diff --git a/playbooks/biscayne-sync-tools.yml b/playbooks/biscayne-sync-tools.yml index dfecd340..149d9fdf 100644 --- a/playbooks/biscayne-sync-tools.yml +++ b/playbooks/biscayne-sync-tools.yml @@ -113,7 +113,7 @@ {{ laconic_so }} --stack {{ stack_path }} build-containers - --include laconicnetwork-agave + --include laconicnetwork/agave tags: - build-container - never