fix typo
This commit is contained in:
parent
fc6514efbc
commit
0a9d0b97a8
@ -15,7 +15,7 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if droneci_server_extra_hosts | default([]) %}
|
{% if droneci_server_extra_hosts | default([]) %}
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
{% for hosts in droneci_server_extra_hosts %}
|
{% for host in droneci_server_extra_hosts %}
|
||||||
- {{ host | wrap }}
|
- {{ host | wrap }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user