From a0605b4fd8a9d902cfe4fe14358bc63f99c7a570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Fri, 19 Nov 2021 10:37:55 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d812bdeff..a6654cb73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,8 +54,8 @@ license_header: - ssh-keyscan -H -p 2202 gitlab.iri.upc.edu >> $HOME/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts - - echo "$SSH_PUBLIC_KEY" - - echo "$SSH_PUBLIC_KEY" >> ~/.ssh/id_rsa.pub + #- echo "$SSH_PUBLIC_KEY" + #- echo "$SSH_PUBLIC_KEY" >> ~/.ssh/id_rsa.pub script: - git checkout -b ci_processing || git checkout ci_processing - echo "$CI_EMAIL" -- GitLab