refactor: use REPO_NAMES in phase9_post_check.sh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 10:05:45 -05:00
parent 6d4c34eb8a
commit 2ba32d4bc8

View File

@@ -15,12 +15,12 @@ source "${SCRIPT_DIR}/lib/common.sh"
load_env
require_vars GITEA_ADMIN_TOKEN GITEA_INTERNAL_URL GITEA_ORG_NAME \
REPO_1_NAME REPO_2_NAME REPO_3_NAME \
REPO_NAMES \
SECURITY_FAIL_ON_ERROR PROTECTED_BRANCH
log_info "=== Phase 9 Post-Check ==="
REPOS=("$REPO_1_NAME" "$REPO_2_NAME" "$REPO_3_NAME")
read -ra REPOS <<< "$REPO_NAMES"
PASS=0
FAIL=0