summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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
- |