Commit f146a9e4 authored by Dorchies David's avatar Dorchies David
Browse files

ci: debug github push

- Adding github.com as known host (https://stackoverflow.com/a/29380672)

Refs #11
parent d4abfd54
No related merge requests found
Pipeline #27663 failed with stages
in 2 minutes and 30 seconds
Showing with 3 additions and 0 deletions
+3 -0
......@@ -59,6 +59,9 @@ github:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
## Add Github to known hosts (https://stackoverflow.com/a/29380672)
- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
##
## Optionally, if you will be using any Git commands, set the user name and
## and email.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment