From 3a4ef46a537aa9939b1401c35b9a8a3fe3e32b3b Mon Sep 17 00:00:00 2001
From: memir0 <memir0@hotmail.no>
Date: Thu, 16 Apr 2020 20:27:46 +0200
Subject: [PATCH] fixed insecure print

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index feaace7..adf3af1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ deploy:
     - touch ~/.ssh/id_rsa
     - chmod 600 ~/.ssh/id_rsa # Required permission by ssh
     - echo "$key" > ~/.ssh/id_rsa
-    - echo "$key" | cut -d'_' -f 10
     - apt update
     - apt install --assume-yes rsync
     - rsync --archive --delete --exclude='.git' --exclude='node_modules' . speed@35.228.31.13:app
-- 
GitLab