From e4897570bab2a8865d511f39850ea8fb875b8c05 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 14 Jul 2017 12:25:48 +0100 Subject: .gitlab-ci.yml: Really really enjoying the 5 minute test cycle --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 058951aa..5a9e1c9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ before_script: ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub # Trust the host key of the cache server. - - ssh-keygen -p 22200 ostree.baserock.org >> ~/.ssh/known_hosts + - ssh-keyscan -p 22200 ostree.baserock.org >> ~/.ssh/known_hosts # Enable push and pull for Baserock artifact cache - | -- cgit v1.2.1