From 097e24cd4a33dcc0ead671c73c7c2fca612dc7e0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 11 Jun 2026 20:03:31 +0200 Subject: [PATCH] style(default): remove obsolete newline --- defaults/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index a3c4a68..7a0ab5e 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -90,7 +90,6 @@ gitea_runner_config: require_docker: false ## @param gitea_runner_config.container.docker_timeout Timeout to wait for the docker daemon to be reachable docker_timeout: 0s - ## @param gitea_runner_config.container.bind_workdir Bind the workspace to the host filesystem instead of using Docker volumes. This is required for Docker-in-Docker (DinD) setups when jobs use docker compose with bind mounts (e.g., ".:/app"), as volume-based workspaces are not accessible from the DinD daemon's filesystem. bind_workdir: false