From 629e2a56c0d5670a5ae73b977efc266af3733e63 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 13 Jul 2017 22:39:56 +0100 Subject: .gitlab-ci.yml: Fix ssh-keygen invocation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b9f42ad..20ca28a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ before_script: - | mkdir -p ~/.ssh echo $baserock_ostree_cache_private_key > ~/.ssh/id_rsa - ssh-keygen ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub + ssh-keygen -y -f ~/.ssh/id_rsa > ~/.ssh/id_rsa.pub # Enable push and pull for Baserock artifact cache - | -- cgit v1.2.1