summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-14 12:25:48 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-14 12:25:48 +0100
commite4897570bab2a8865d511f39850ea8fb875b8c05 (patch)
tree228e434899c4dfe0466033d58c24429238a1e6b5
parente19766befc6a0c1fdbc594e8914b3019059de499 (diff)
downloaddefinitions-e4897570bab2a8865d511f39850ea8fb875b8c05.tar.gz
.gitlab-ci.yml: Really really enjoying the 5 minute test cycle
-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
- |