1
0
Fork 0
mirror of https://codeberg.org/fediverse/fediparty.git synced 2025-04-24 22:31:01 +00:00

Fix Woodpecker config (21)

This commit is contained in:
lostinlight 2022-01-22 16:08:21 +03:00
parent b301a1ad60
commit 7519277f14

View file

@ -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: