From bda36663ce30f55cfcb563da454f1784efccf8d4 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 1 Apr 2021 19:50:50 +1030 Subject: [PATCH] updated gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b104e2..a583986 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ deploy-job: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y)' - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - + echo -e "\n" - mkdir -p ~/.ssh - chmod 700 ~/.ssh script: