fix typo
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2021-01-15 14:22:23 +01:00
parent b70741069f
commit 37df61eecf
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
container_name: {{ inst.name }}
image: {{ droneci_autoscaler_image }}
restart: {{ droneci_autoscaler_restart_policy }}
{% if inst.exposed_ports | default(droneci_autoscaler_exposed_ports) | lenght > 0 %}
{% if inst.exposed_ports | default(droneci_autoscaler_exposed_ports) | length > 0 %}
ports:
{% for port in inst.exposed_ports | default(droneci_autoscaler_exposed_ports) %}
- {{ port | quote }}