This commit is contained in:
parent
2d72e229a6
commit
2b329081ff
@ -81,10 +81,10 @@ write_files:
|
||||
[Resolve]
|
||||
DNS={{ droneci_autoscaler_agent_resolved_dns | join(" ") }}
|
||||
{% endif %}
|
||||
{% if droneci_autoscaler_agent_runcmd | lenght > 0 %}
|
||||
{% if droneci_autoscaler_agent_runcmd | length > 0 %}
|
||||
|
||||
runcmd:
|
||||
{% for cmd in droneci_autoscaler_agent_runcmd %}
|
||||
- {{ item }}
|
||||
- {{ cmd }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user