From 52ec8dc476cf61d08bfa0fb5d30f5243306c639d Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sat, 29 Jun 2024 01:17:24 -0700 Subject: [PATCH] in config --- forgejo/runner/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo/runner/config.yaml b/forgejo/runner/config.yaml index 3c6fe46..f4390f3 100644 --- a/forgejo/runner/config.yaml +++ b/forgejo/runner/config.yaml @@ -64,7 +64,7 @@ container: # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-D> privileged: false # And other options to be used when the container is started (eg, --add-host=my.forgejo.url:host-gateway). - options: + options: '-v /artifacts:/artifacts' # The parent directory of a job's working directory. # If it's empty, /workspace will be used. workdir_parent: