From 801b06c41f580cc701bcb333bd4292eeb4e8ac56 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 23:49:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8334c71..c4b2029 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ prepare_job: ## Assuming you created the SSH_SERVER_HOST_KEYS variable, uncomment the ## following two lines. ## - - echo "$SSH_SERVER_HOST_KEYS" >> ~/.ssh/known_hosts + - echo "$SSH_SERVER_HOST_KEYS" - chmod 644 ~/.ssh/known_hosts - git config --global user.email 'bot@hzdr.de' - git config --global user.name 'Bot'