Skip to content

Commit 082b689

Browse files
committed
Until it works
1 parent 29660e4 commit 082b689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
key: v1-dependencies-{{ checksum "project.clj" }}
4040
- run:
4141
command: |
42+
yes y | ssh-keygen -N "" -f ~/.ssh/id_rsa >/dev/null
4243
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
4344
ssh-keygen -f ~/.ssh/clj_ssh -t rsa -C "key for test clj-ssh" -N ""
4445
ssh-keygen -f ~/.ssh/clj_ssh_pp -t rsa -C "key for test clj-ssh" -N "clj-ssh"

0 commit comments

Comments
 (0)