We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2226c2 commit e101a68Copy full SHA for e101a68
entrypoint.sh
@@ -27,6 +27,8 @@ then
27
28
eval "$(ssh-agent -s)"
29
30
+ mkdir ~/.ssh
31
+
32
ssh-keyscan github.com >> ~/.ssh/known_hosts
33
34
SSH_KEY=~/.ssh/github_rsa
0 commit comments