Skip to content

Commit e101a68

Browse files
committed
ensure .ssh directory exists
1 parent f2226c2 commit e101a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ then
2727

2828
eval "$(ssh-agent -s)"
2929

30+
mkdir ~/.ssh
31+
3032
ssh-keyscan github.com >> ~/.ssh/known_hosts
3133

3234
SSH_KEY=~/.ssh/github_rsa

0 commit comments

Comments
 (0)