fixed escaping
This commit is contained in:
parent
a6de57b653
commit
e42f325487
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ steps:
|
|||
- eval `ssh-agent -s`
|
||||
- echo "$SSH_KEY" | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- echo -e "Host *\\n\\tStrictHostKeyChecking no\\n\\n" > ~/.ssh/config
|
||||
- rsync -rv -e "ssh -p 22" /drone/src/build/ root@server4.unhb.de:/tmp/test/ --checksum
|
||||
environment:
|
||||
SSH_KEY:
|
||||
|
|
Loading…
Reference in a new issue