okay maybe this?
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 08:24:03 -08:00
parent b2cbab8cda
commit c1f1dcaec0

View file

@ -8,7 +8,7 @@ pipeline:
commands:
# - apt-get update && apt-get install ansible -y
- apt-get update && apt-get install file -y
- printf $${SSH_KEY} > /tmp/privateKey
- printf "$SSH_KEY" > /tmp/privateKey
- chmod 600 /tmp/privateKey
- sha256sum /tmp/privateKey
- cat /tmp/privateKey