mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-21 23:23:06 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/act_runner/multi.yaml
This commit is contained in:
parent
878f6b4319
commit
7483b1b11a
@ -5,7 +5,7 @@ log:
|
|||||||
|
|
||||||
host:
|
host:
|
||||||
# The parent directory of a job's working directory.
|
# The parent directory of a job's working directory.
|
||||||
workdir_parent: '/tmp/act_runner'
|
workdir_parent: 'REPLACE_RUNNER_HOME'
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
# Where to store the registration result.
|
# Where to store the registration result.
|
||||||
@ -58,7 +58,7 @@ container:
|
|||||||
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
||||||
options:
|
options:
|
||||||
# The parent directory of a job's working directory.
|
# The parent directory of a job's working directory.
|
||||||
workdir_parent: '/tmp/act_runner/volumes'
|
workdir_parent: 'REPLACE_RUNNER_HOME/volumes'
|
||||||
# Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob
|
# Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- '**'
|
- '**'
|
||||||
|
Loading…
Reference in New Issue
Block a user