From 452261873933eeac3271b72fe39d08d56253e633 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Wed, 29 Jul 2026 16:30:21 +0200 Subject: [PATCH] fix: indentation --- docs/developer/cicd_runner.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/developer/cicd_runner.md b/docs/developer/cicd_runner.md index a69e6f4..a43584d 100644 --- a/docs/developer/cicd_runner.md +++ b/docs/developer/cicd_runner.md @@ -3,16 +3,16 @@ ## Hosts - `sls-vserv-bd-01(-dev)` - - Runs shellbox commands (and `ioc install ...`?) + - Runs shellbox commands (and `ioc install ...`?) - `sls-vserv-bd-hla01(-dev)` - - Runs everything else + - Runs everything else ## Setup Resources: - - https://docs.gitea.com/usage/actions/act-runner - - https://linux.psi.ch/documentation/services/gitea/gitea-runner/ +- https://docs.gitea.com/usage/actions/act-runner +- https://linux.psi.ch/documentation/services/gitea/gitea-runner/ Register the runner: (by default the name is the machine name `sls-vserv-bd-hla01-dev.psi.ch`) ```