fix typo
This commit is contained in:
parent
a9d3a45238
commit
db88470794
@ -55,7 +55,7 @@ services:
|
|||||||
- 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_limit is defined %}
|
{% if droneci_server_memory_limit is defined %}
|
||||||
mem_limit: {{ droneci_server_memory_limitis }}
|
mem_limit: {{ droneci_server_memory_limit }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if droneci_server_memory_reservation is defined %}
|
{% if droneci_server_memory_reservation is defined %}
|
||||||
mem_reservation: {{ droneci_server_memory_reservation }}
|
mem_reservation: {{ droneci_server_memory_reservation }}
|
||||||
|
Loading…
Reference in New Issue
Block a user