feat: support DRONE_DOCKER_CONFIG
This commit is contained in:
parent
ea9148969a
commit
6fcc6a57c4
|
@ -11,3 +11,6 @@ DRONE_LOGS_DEBUG=true
|
||||||
{% if drone_runner_name is defined %}
|
{% if drone_runner_name is defined %}
|
||||||
DRONE_RUNNER_NAME={{ drone_runner_name }}
|
DRONE_RUNNER_NAME={{ drone_runner_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if drone_docker_config is defined %}
|
||||||
|
DRONE_DOCKER_CONFIG={{ drone_docker_config }}
|
||||||
|
{% endif %
|
||||||
|
|
Loading…
Reference in New Issue
Block a user