From a2fdb31bf8bdabe2918cc0ad5ec7d26bcbe80209 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 16 Oct 2024 15:20:29 +0800 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 281cf11..377a427 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,7 +9,6 @@ steps: - apk add --no-cache openssh-client - mkdir -p /root/.ssh/ - echo "$SSH_KEY" | tr -d '\r' > /root/.ssh/id_rsa - - chmod 600 /root/.ssh/id_rsa - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > /root/.ssh/config - npm install - npm run build