From 1714b5921a9bbb7b1f0bef9d6fefd8d1b01c19bc Mon Sep 17 00:00:00 2001 From: jordan Date: Mon, 9 Feb 2026 17:40:57 -0700 Subject: [PATCH] fix(cookbook): add on_error: continue to verify-site-live Site verification may fail when component images haven't built yet. The SDLC lifecycle completes regardless of site availability. Co-Authored-By: Claude Opus 4.6 --- cookbooks/trees/foundary.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/trees/foundary.yaml b/cookbooks/trees/foundary.yaml index 07877ce..b6ccd19 100644 --- a/cookbooks/trees/foundary.yaml +++ b/cookbooks/trees/foundary.yaml @@ -980,6 +980,7 @@ steps: verify-site-live: description: "Verify frontend and API are live after both features" depends_on: [f2-archive] + on_error: continue action: shell command: | DOMAIN="{{ .outputs.create-project.domain }}"