From 0081eca3da9b956534ece333804ca797046ff3bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de> Date: Sun, 24 Oct 2021 05:04:36 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0976970..8bf1e73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ get-build-repo: # This job runs in the build stage, which runs first. - apt-get update -y && apt-get install -yqqf openssh-client git unzip sshpass rsync --fix-missing - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )' - eval $(ssh-agent -s) + - echo "$GITLAB_DEPLOY_KEY" - echo "$GITLAB_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null - mkdir -p ~/.ssh