From 5ffbabfa4737cb76aed53504c3f24be1944a1904 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 16 Mar 2023 09:57:17 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 79c5eab6..fc623527 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,6 +32,7 @@ pipeline: - "install -d -m 700 ~/.ssh/" - "echo \"$${KNOW_HOSTS}\" | base64 -d >> ~/.ssh/known_hosts" - "chmod 600 ~/.ssh/known_hosts" + - "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%:*}"