mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Fix Woodpecker config (25)
This commit is contained in:
parent
099e9d4737
commit
327a436435
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue