okay maybe echo minus e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 08:29:19 -08:00
parent c1f1dcaec0
commit e88b6d8e57

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
- echo -e $${SSH_KEY} > /tmp/privateKey
- chmod 600 /tmp/privateKey
- sha256sum /tmp/privateKey
- cat /tmp/privateKey