remove whitespace control
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
faebc9aa12
commit
e5df4cc06d
@ -52,13 +52,13 @@ write_files:
|
|||||||
- path: /root/.docker/config.json
|
- path: /root/.docker/config.json
|
||||||
content: |
|
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) | indent(width=6, indentfirst=False) }}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
|
|
||||||
- path: /etc/drone.conf
|
- path: /etc/drone.conf
|
||||||
content: |
|
content: |
|
||||||
{% if inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) is defined %}
|
{% 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+", " ") }}
|
PLUGIN_CONFIG={{ inst.docker_auth_config | default(droneci_autoscaler_docker_auth_config) | regex_replace("\s+", " ") }}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
|
|
||||||
- path: /etc/docker/ca.pem
|
- path: /etc/docker/ca.pem
|
||||||
encoding: b64
|
encoding: b64
|
||||||
|
Loading…
Reference in New Issue
Block a user