Fix Woodpecker config (21)

This commit is contained in:
lostinlight 2022-01-22 16:08:21 +03:00
parent b301a1ad60
commit 7519277f14
1 changed files with 2 additions and 0 deletions

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: