Fix Woodpecker config (24)

This commit is contained in:
lostinlight 2022-01-22 16:30:50 +03:00
parent 6edf0f5a44
commit 099e9d4737
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 -i key git@codeberg.org
- ssh -vvvi key git@codeberg.org
when:
branch:
include: [ main ]