Files
gitea-migration/phase9_security.sh
S 61b46eb876 fix: handle per-repo failures in phase9 instead of aborting
Previously, a failure on any repo (clone, commit, push) would kill the
entire script via set -e. Remaining repos were never processed and the
FAILED counter was always 0. Now clone and commit/push failures
increment FAILED and continue to the next repo, matching the pattern
used in phase4_migrate_repos.sh.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 12:15:16 -05:00

6.0 KiB
Executable File