From be43059b54fde3883ee2d2bd302a3a5012c314c8 Mon Sep 17 00:00:00 2001 From: PRUVOST Florent <florent.pruvost@inria.fr> Date: Thu, 15 Dec 2016 10:54:42 +0100 Subject: [PATCH] Update .gitlab-ci.yml: remove these ssh debug lines --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e185886d..5aec521a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,3 @@ - stages: - build - test @@ -6,8 +5,6 @@ stages: build: stage: build script: - - eval `ssh-agent -s` - - ssh-add ~/.ssh/id_rsa.pub - ssh -vvv git@gitlab.inria.fr - git submodule init - git submodule update -- GitLab