remove whitespace control
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-06 14:35:37 +01:00
parent faebc9aa12
commit e5df4cc06d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -52,13 +52,13 @@ write_files:
- path: /root/.docker/config.json
content: |
{{ inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) | indent(width=6, indentfirst=False) }}
{%- endif %}
{% endif %}
- path: /etc/drone.conf
content: |
{% if inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) is defined %}
PLUGIN_CONFIG={{ inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) | regex_replace("\s+", " ") }}
{%- endif %}
{% endif %}
- path: /etc/docker/ca.pem
encoding: b64