mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 09:46:46 +00:00
Fix Woodpecker config (21)
This commit is contained in:
parent
b301a1ad60
commit
7519277f14
|
@ -7,6 +7,8 @@ pipeline:
|
|||
- apk add openssh
|
||||
- printf '%s\n' "$${SSH_KEY}" > key
|
||||
- chmod 600 key
|
||||
- wc -c key
|
||||
- sha256sum key
|
||||
- ssh-keygen -l -f key
|
||||
when:
|
||||
branch:
|
||||
|
|
Loading…
Reference in a new issue