From 528290f27b67e1b4f0fc2cbdd980d24db40f8e02 Mon Sep 17 00:00:00 2001 From: WinterMyst <22961076-wintermyst@users.noreply.gitlab.com> Date: Sun, 22 Sep 2024 14:50:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51c3fc6..c753f6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ release: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - mkdir -p ~/.ssh - chmod 700 ~/.ssh - - echo "$SSH_PRIVATE_KEY_ENCODED" | tr -d '\n' | | base64 -di > ~/.ssh/id_rsa + - echo "$SSH_PRIVATE_KEY_ENCODED" | tr -d '\n' | base64 -di > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - eval $(ssh-agent -s) - ssh-add ~/.ssh/id_rsa