Skip to content

Commit 1118b1f

Browse files
committed
Do not fail on ssh
1 parent 0d5d1d3 commit 1118b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ echo "-----> Running SSH private key setup"
77
echo "$SSH_KEY" | base64 --decode > id_rsa
88
eval `ssh-agent -s`
99
ssh-add id_rsa
10-
ssh -oStrictHostKeyChecking=no -T git@github.com
10+
ssh -oStrictHostKeyChecking=no -T git@github.com || true
1111
rm id_rsa

0 commit comments

Comments
 (0)