From 08efa057ee40335c1072738e02b4b68ceeb239e4 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 17 Feb 2023 16:16:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduled.yml b/scheduled.yml index 64ae076..0cb02b3 100644 --- a/scheduled.yml +++ b/scheduled.yml @@ -15,7 +15,7 @@ variables: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/key - chmod 0400 ~/.ssh/key - - echo '' | SSH_ASKPASS=/bin/cat ssh-add ~/.ssh/key + - echo '' | SSH_ASKPASS=/bin/cat setsid -w ssh-add ~/.ssh/key - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts .use-clang: