From 3bac25367ebb05924dd7c37d55a3dc92b5d54f33 Mon Sep 17 00:00:00 2001 From: PRUVOST Florent <florent.pruvost@inria.fr> Date: Thu, 15 Dec 2016 10:30:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml: try to connect to gitlab, use "ssh add" to init. the key --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5aec521a8..4b6ceae57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +variables: + SSH_AUTH_SOCK: "/tmp/ssh-jCGBqSUZJU8o/agent.25566" + SSH_AUTH_PID: "25567" + stages: - build - test @@ -5,6 +9,7 @@ stages: build: stage: build script: + - ssh-add - ssh -vvv git@gitlab.inria.fr - git submodule init - git submodule update -- GitLab