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 e101a68 commit 427c955Copy full SHA for 427c955
entrypoint.sh
@@ -27,7 +27,7 @@ then
27
28
eval "$(ssh-agent -s)"
29
30
- mkdir ~/.ssh
+ [[ ! -d ~/.ssh ]] && mkdir ~/.ssh
31
32
ssh-keyscan github.com >> ~/.ssh/known_hosts
33
0 commit comments