Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
IN-WOP
hubeau
Commits
f146a9e4
Commit
f146a9e4
authored
Sep 27, 2021
by
Dorchies David
Browse files
ci: debug github push
- Adding github.com as known host (
https://stackoverflow.com/a/29380672
) Refs
#11
parent
d4abfd54
Pipeline
#27663
failed with stages
in 2 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f146a9e4
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment