fix json formatting
continuous-integration/drone/push Build was killed Details

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

View File

@ -51,7 +51,7 @@ write_files:
- path: /root/.docker/config.json
content: |
{{ inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) | indent(width=6, indentfirst=False) }}
{{ inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) | to_nice_json | indent(width=6, indentfirst=False) }}
{% endif %}
- path: /etc/drone.conf