mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The e2e_service_test job's command block had corrupted shell syntax from a bad merge - orphaned elif/else without matching if, and duplicate if-elif blocks for DB adapter env vars. The set-db-env step already sets these via GITHUB_ENV, making the inline exports redundant. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>