config.template.yaml - replace backticks with quotes
Replace the backtick characters introduced in xxx with double quotes. This fixes the /opt/run-runner.sh container startup failure. Signed-off-by: William Blew <william@kulian.org>
This commit is contained in:
parent
487c6908d0
commit
56bf244387
|
|
@ -36,7 +36,7 @@ runner:
|
|||
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
|
||||
# If it's empty when registering, it will ask for inputting labels.
|
||||
# If it's empty when execute `deamon`, will use labels in `.runner` file.
|
||||
# If it's empty when execute "daemon", will use labels in ".runner" file.
|
||||
#labels: []
|
||||
|
||||
cache:
|
||||
|
|
|
|||
Loading…
Reference in New Issue