From f73e2b0126da352864c7e69abf837920e1957794 Mon Sep 17 00:00:00 2001 From: Will JALLET <wilson.jallet@polytechnique.edu> Date: Sun, 4 Mar 2018 17:54:29 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c64d790..d89c523 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,6 @@ deploy_staging: - master before_script: - eval $(ssh-agent -s) - - echo "$STAGING_PRIVATE_KEY" - ssh-add <(echo "$STAGING_PRIVATE_KEY") - mkdir -p ~/.ssh - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config -- GitLab