chore: add drone agent runner config

master
Bo-Yi Wu 2019-06-26 01:07:37 +08:00
parent 89e6a10062
commit 1678e69d3a
1 changed files with 9 additions and 0 deletions

View File

@ -59,3 +59,12 @@ DRONE_RUNNER_NAME={{ drone_runner_name }}
{% if drone_runner_labels is defined %}
DRONE_RUNNER_LABELS={{ drone_runner_labels }}
{% endif %}
{% if drone_runner_devices is defined %}
DRONE_RUNNER_DEVICES={{ drone_runner_devices }}
{% endif %}
{% if drone_runner_environ is defined %}
DRONE_RUNNER_ENVIRON={{ drone_runner_environ }}
{% endif %}
{% if drone_runner_privileged_images is defined %}
DRONE_RUNNER_PRIVILEGED_IMAGES={{ drone_runner_privileged_images }}
{% endif %}