Fix Woodpecker config (22)

This commit is contained in:
lostinlight 2022-01-22 16:13:05 +03:00
parent 7519277f14
commit ce5df854dd
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
pipeline:
key_check:
image: alpine
image: debian:testing-slim
secrets: [ ssh_key ]
commands:
- apk add openssh
- apt-get update
- apt-get -y -qq install --no-install-recommends ssh-client
- printf '%s\n' "$${SSH_KEY}" > key
- chmod 600 key
- wc -c key