From 190aa74f58400605024447650edf43dea3633b6a Mon Sep 17 00:00:00 2001 From: f Date: Thu, 16 Mar 2023 10:04:06 -0300 Subject: [PATCH] =?UTF-8?q?fixup!=20ci:=20probar=20conexi=C3=B3n=20a=20ssh?= =?UTF-8?q?=20antes=20de=20perder=20tiempo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3d7d1e34..f6e6c0f3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -31,12 +31,7 @@ pipeline: - "apk add python2 dotenv openssh-client" - "install -d -m 700 ~/.ssh/" - "echo \"$${KNOWN_HOSTS}\" | base64 -d >> ~/.ssh/known_hosts" - - "echo \"$${KNOWN_HOSTS}\"" - - "echo \"$${KNOWN_HOSTS}\" | base64 -d" - "chmod 600 ~/.ssh/known_hosts" - - "cat ~/.ssh/known_hosts" - - "ls -hal ~/.ssh" - - "echo \"$${ORIGIN}\" | cut -d @ -f 2 | cut -d : -f 1 | xargs ssh-keygen -F" - "eval $(ssh-agent -s)" - "echo \"$${SSH_KEY}\" | base64 -d | ssh-add -" - "ssh $${ORIGIN%:*}"