ci: optimize Dagger pipeline and document stunnel connection

This commit is contained in:
GuettliBot2
2026-05-17 00:02:41 +02:00
parent a2954ae812
commit 5ff994b9d0
6 changed files with 123 additions and 18 deletions
+2 -2
View File
@@ -58,10 +58,10 @@ _DAGGER_RUNNER_HOST=tcp://127.0.0.1:8080
```
### Usage
Once the environment is set up, you can run the Dagger pipeline:
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 -m ci check --source .
nix develop --command dagger call --progress=plain -m ci check --source .
```
## CI Integration (Codeberg/Forgejo)