fix json formatting
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Robert Kaussow 2020-12-06 14:45:33 +01:00
parent e5df4cc06d
commit bf8a400bd9
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

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