diff --git a/.drone.yml b/.drone.yml index 9298a26f..ca87524c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: commands: - mkdir $HOME/.ssh - echo "$SSH_KEY" > $HOME/.ssh/id_rsa - - "Host *\n StrictHostKeyChecking no" > $HOME/.ssh/config + - echo "Host *\n StrictHostKeyChecking no" > $HOME/.ssh/config - chmod 600 $HOME/.ssh/id_rsa - git submodule update --init --recursive