mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-26 02:36:45 +00:00
Fix Woodpecker config (22)
This commit is contained in:
parent
7519277f14
commit
ce5df854dd
|
@ -1,10 +1,11 @@
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
key_check:
|
key_check:
|
||||||
image: alpine
|
image: debian:testing-slim
|
||||||
secrets: [ ssh_key ]
|
secrets: [ ssh_key ]
|
||||||
commands:
|
commands:
|
||||||
- apk add openssh
|
- apt-get update
|
||||||
|
- apt-get -y -qq install --no-install-recommends ssh-client
|
||||||
- printf '%s\n' "$${SSH_KEY}" > key
|
- printf '%s\n' "$${SSH_KEY}" > key
|
||||||
- chmod 600 key
|
- chmod 600 key
|
||||||
- wc -c key
|
- wc -c key
|
||||||
|
|
Loading…
Reference in a new issue