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 0d5d1d3 commit 1118b1fCopy full SHA for 1118b1f
bin/compile
@@ -7,5 +7,5 @@ echo "-----> Running SSH private key setup"
7
echo "$SSH_KEY" | base64 --decode > id_rsa
8
eval `ssh-agent -s`
9
ssh-add id_rsa
10
-ssh -oStrictHostKeyChecking=no -T git@github.com
+ssh -oStrictHostKeyChecking=no -T git@github.com || true
11
rm id_rsa
0 commit comments