From b1e36c486b39b3a72be525f4465c0bb53654d3c0 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 26 Oct 2020 12:12:21 -0700 Subject: [PATCH] removing tr from pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f95c659..9ba6c70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: shockrah/website:1.1 before_script: - eval $(ssh-agent -s) - - echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null + - echo "${SSH_PRIVATE_KEY}" | ssh-add - > /dev/null - mkdir -p ~/.ssh/ - chmod 700 ~/.ssh/