summaryrefslogtreecommitdiff
path: root/ci/update_download_center.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/update_download_center.sh')
-rw-r--r--ci/update_download_center.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/update_download_center.sh b/ci/update_download_center.sh
index 28ea82c2e..34d4a95de 100644
--- a/ci/update_download_center.sh
+++ b/ci/update_download_center.sh
@@ -59,7 +59,7 @@ echo "Init Git Repo"
export GIT_TERMINAL_PROMPT=0
cd $TMP_DIR
mkdir -p ~/.ssh/
-ssh-keyscan github.com >> ~/.ssh/known_hosts
+ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
git clone $NAVIT_DOWNLOAD_CENTER_REPO $UUID
if [ ! -d $UUID/_data/$JOB_NAME ]; then
mkdir -p $UUID/_data/$JOB_NAME