From dcbc50cefd71d83e2db44e65875e63c009621aaa Mon Sep 17 00:00:00 2001
From: nabilelmahiri <nabil.elmahiri@fractalite.com>
Date: Wed, 6 Mar 2019 12:03:38 +0100
Subject: [PATCH] using npm login

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe105e7..6c81a35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ build:
     # Run ssh-agent (inside the build environment)
     - eval $(ssh-agent -s)
     # Add the SSH key stored in SSH_PRIVATE_KEY variable to the agent store
-    - ssh-add <(echo "$SSH_PRIVATE_KEY" | base64 -d)
+    - ssh-add <(echo "$SSH_PRIVATE_KEY")
     - mkdir -p ~/.ssh
     - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
     - chmod +x sh/run.sh
--
libgit2 0.26.0