feat(agent): runner name

master
Bo-Yi Wu 2019-06-20 22:22:40 +08:00
parent 2b3f717efd
commit 1dda1b3d7b
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ DRONE_RPC_SECRET={{ drone_rpc_secret }}
DRONE_RUNNER_CAPACITY={{ drone_runner_capacity }}
{% endif %}
DRONE_LOGS_DEBUG=true
{% if drone_runner_name is defined %}
DRONE_RUNNER_NAME={{ drone_runner_name }}
{% endif %}