fix missing whitespace

This commit is contained in:
Robert Kaussow 2018-12-16 17:33:11 +01:00
parent bd78eb9560
commit a9d3a45238
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ services:
{% endif %}
- 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 }}
{% endif %}
{% if droneci_server_memory_reservation is defined %}
@ -75,7 +75,7 @@ services:
- DRONE_SECRET={{ droneci_secret }}
# TODO: temp static value, needs to be replaced by a custom fact
- DOCKER_API_VERSION=1.26
{% if droneci_agent_memory_limitis defined %}
{% if droneci_agent_memory_limit is defined %}
mem_limit: {{ droneci_agent_memory_limit }}
{% endif %}
{% if droneci_agent_memory_reservation is defined %}