Skip to content

Commit 36e86e4

Browse files
authored
Fix debug statement
1 parent 0745803 commit 36e86e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.woodpecker/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
- apt-get update
3737
- apt-get install -y openssh-client rsync
3838
- mkdir -p $HOME/.ssh
39-
- ssh-keyscan -vvv -t rsa $REMOTE_HOST >> $HOME/.ssh/known_hosts
39+
- ssh-keyscan -t rsa $REMOTE_HOST >> $HOME/.ssh/known_hosts
4040
- echo "$SSH_KEY" > "$HOME/.ssh/id_rsa"
4141
- chmod 0600 $HOME/.ssh/id_rsa
4242
- rsync -a --exclude '.git' --delete . woodpeckersyncer@$REMOTE_HOST:/var/swagger/libre-graph-api

0 commit comments

Comments
 (0)