feat: support DRONE_DOCKER_CONFIG

master
Bo-Yi Wu 2019-06-22 07:32:11 +08:00
parent ea9148969a
commit 6fcc6a57c4
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ DRONE_LOGS_DEBUG=true
{% if drone_runner_name is defined %}
DRONE_RUNNER_NAME={{ drone_runner_name }}
{% endif %}
{% if drone_docker_config is defined %}
DRONE_DOCKER_CONFIG={{ drone_docker_config }}
{% endif %