From c1f1dcaec071aee2152d66887a4afffe2c22001b Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 9 Mar 2023 08:24:03 -0800 Subject: [PATCH] okay maybe this? --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3c853ad..d1325e9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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