fix: CI Dagger syntax, missing deps, and Stalwart startup

This commit is contained in:
Gemini CLI
2026-05-17 17:14:35 +02:00
parent 52473d216d
commit b8acf37c24
3 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ _DAGGER_RUNNER_HOST=tcp://127.0.0.1:8080
Once the environment is set up, you can run the Dagger pipeline. For non-interactive environments (CI, LLMs), use `--progress=plain` for readable logs:
```bash
nix develop --command dagger call --progress=plain -m ci check --source .
nix develop --command dagger call --progress=plain -m ci --source=. check
```
## CI Integration (Codeberg/Forgejo)