From 274822d4faa34e46198a8f207fa3fd302efdb7b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 17:03:34 +0100 Subject: [PATCH] 11. fix use ssh in ci script --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8280a7..d44e90e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ job1: - chmod 700 ~/.ssh - ssh-keyscan gitlab.com >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + - ssh git@gitlab.com - echo "Preparing ssh environment done" - apt update - apt install -y msp430-libc