From b2cbab8cda885551b946bbb28234870e99ecd1c8 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 9 Mar 2023 08:22:07 -0800 Subject: [PATCH] try printf --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 48dd72a..3c853ad 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 - - echo $${SSH_KEY} > /tmp/privateKey + - printf $${SSH_KEY} > /tmp/privateKey - chmod 600 /tmp/privateKey - sha256sum /tmp/privateKey - cat /tmp/privateKey