mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-02-03 14:46:41 +00:00
Fix Woodpecker config (25)
This commit is contained in:
parent
099e9d4737
commit
327a436435
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
- wc -c key
|
- wc -c key
|
||||||
- sha256sum key
|
- sha256sum key
|
||||||
- ssh-keygen -l -f 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:
|
when:
|
||||||
branch:
|
branch:
|
||||||
include: [ main ]
|
include: [ main ]
|
||||||
|
|
Loading…
Reference in a new issue