Fix Woodpecker config (25)

This commit is contained in:
lostinlight 2022-01-22 16:34:30 +03:00
parent 099e9d4737
commit 327a436435
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline:
- wc -c key
- sha256sum key
- ssh-keygen -l -f key
- ssh -vvvi key git@codeberg.org
- ssh -vvvi key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no git@codeberg.org
when:
branch:
include: [ main ]