From 077ab55018ae563efeaa4c11b85f9ca25bc4ae12 Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 10:05:45 -0500 Subject: [PATCH] refactor: use REPO_NAMES in phase8_teardown.sh Co-Authored-By: Claude Opus 4.6 --- phase8_teardown.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phase8_teardown.sh b/phase8_teardown.sh index 1f23a1d..c2b67cc 100755 --- a/phase8_teardown.sh +++ b/phase8_teardown.sh @@ -17,11 +17,11 @@ load_env require_vars UNRAID_IP UNRAID_SSH_USER \ GITEA_DOMAIN NGINX_CONTAINER_NAME NGINX_CONF_PATH \ SSL_MODE GITHUB_USERNAME GITHUB_TOKEN \ - REPO_1_NAME REPO_2_NAME REPO_3_NAME + REPO_NAMES log_warn "=== Phase 8 Teardown: Cutover ===" -REPOS=("$REPO_1_NAME" "$REPO_2_NAME" "$REPO_3_NAME") +read -ra REPOS <<< "$REPO_NAMES" PHASE8_STATE_FILE="$(_project_root)/.manifests/phase8_github_repo_state.json" github_pages_http_code() {