From af148f46f57ff43fdad1523e02ef9ac48174edbb Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 12 Feb 2019 17:07:16 +0100 Subject: [PATCH] 12. 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 d44e90e..01ba6de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ job1: - chmod 644 ~/.ssh/known_hosts - ssh git@gitlab.com - echo "Preparing ssh environment done" + - whoami - apt update - apt install -y msp430-libc - apt install -y binutils-msp430