mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
`https://appwrite.io/install/compose` now returns a 308 redirect to the HTML install docs (`/docs/advanced/self-hosting/installation`) instead of serving the compose file, so the Benchmark job's "Installing latest version" step was downloading 0 bytes and `docker compose up -d` died with "empty compose file". This has been failing the Benchmark job on every recent PR, not just this one. Resolve the latest release tag via the GitHub API, then fetch the compose file and `.env` from `raw.githubusercontent.com` at that tag. Switched both curl calls to `-fsSL` so they fail loudly on non-2xx responses or redirect loss instead of silently writing empty files. |
||
|---|---|---|
| .. | ||
| static-analysis/locale | ||
| ai-moderator.yml | ||
| auto-label-issue.yml | ||
| ci.yml | ||
| cleanup-cache.yml | ||
| codeql-analysis.yml | ||
| issue-triage.lock.yml | ||
| issue-triage.md | ||
| nightly.yml | ||
| publish.yml | ||
| release.yml | ||
| sdk-preview.yml | ||
| specs.yml | ||
| stale.yml | ||