fix missing whitespace
This commit is contained in:
parent
bd78eb9560
commit
a9d3a45238
@ -54,7 +54,7 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
- NO_PROXY={{ droneci_no_proxy | join(',') }}
|
- NO_PROXY={{ droneci_no_proxy | join(',') }}
|
||||||
- no_proxy={{ droneci_no_proxy | join(',') }}
|
- no_proxy={{ droneci_no_proxy | join(',') }}
|
||||||
{% if droneci_server_memory_limitis defined %}
|
{% if droneci_server_memory_limit is defined %}
|
||||||
mem_limit: {{ droneci_server_memory_limitis }}
|
mem_limit: {{ droneci_server_memory_limitis }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if droneci_server_memory_reservation is defined %}
|
{% if droneci_server_memory_reservation is defined %}
|
||||||
@ -75,7 +75,7 @@ services:
|
|||||||
- DRONE_SECRET={{ droneci_secret }}
|
- DRONE_SECRET={{ droneci_secret }}
|
||||||
# TODO: temp static value, needs to be replaced by a custom fact
|
# TODO: temp static value, needs to be replaced by a custom fact
|
||||||
- DOCKER_API_VERSION=1.26
|
- DOCKER_API_VERSION=1.26
|
||||||
{% if droneci_agent_memory_limitis defined %}
|
{% if droneci_agent_memory_limit is defined %}
|
||||||
mem_limit: {{ droneci_agent_memory_limit }}
|
mem_limit: {{ droneci_agent_memory_limit }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if droneci_agent_memory_reservation is defined %}
|
{% if droneci_agent_memory_reservation is defined %}
|
||||||
|
Loading…
Reference in New Issue
Block a user