Philipp Hörist pushed to branch master at gajim / gajim


Commits:
e45ea411 by lovetox at 2022-06-01T17:12:07+02:00
ci: Update gitlab-ci.yml

ssh-keyscan does need a host not an https address

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -120,7 +120,7 @@ deploy-flatpak:
   before_script:
     # - echo "${FLATHUB_DEPLOY_KEY}" | tr -d '\r' | ssh-add - > /dev/null
     - mkdir -p ~/.ssh
-    - ssh-keyscan https://github.com >> ~/.ssh/known_hosts
+    - ssh-keyscan github.com >> ~/.ssh/known_hosts
   script:
     - git config user.email "$CI_GIT_USER_EMAIL"
     - git config user.name "$CI_GIT_USER_USERNAME"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e45ea4115c995362b4f4e66c4b83ad520616ff63

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/e45ea4115c995362b4f4e66c4b83ad520616ff63
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to