From a36ee48eddf0182edae771593f9ac563102e98df Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 4 Dec 2015 16:15:56 +0100 Subject: [PATCH] foo --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86c02cb..88251b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ image: golang:1.5 before_script: - echo "deb http://httpredir.debian.org/debian jessie non-free" >> /etc/apt/sources.list + - mkdir -p ~/.ssh + - chmod 700 ~/.ssh - echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - cat /etc/apt/sources.list