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 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
- |