fix ssh key deployment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-01 00:33:03 +02:00
parent ef92d1ef9f
commit b7a46cb96e
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
content: "{{ __droneci_autoscaler_sshkey }}"
dest: "{{ __droneci_autoscaler_workdir }}/ssh_key"
mode: 0600
when: __droneci_autoscaler_sshkey | legth > 0
when: __droneci_autoscaler_sshkey | length > 0
no_log: True
- name: Generate SSH key pair if missing