Skip to content

Commit 7f70c2f

Browse files
committed
Exit success
1 parent 697fd14 commit 7f70c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/compile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [ "$ssh_key" != "" ]; then
99
mkdir "$HOME/.ssh"
1010
echo "$ssh_key" | base64 --decode > "$HOME/.ssh"
1111
ssh -oStrictHostKeyChecking=no -T git@github.com
12+
exit 0
1213
else
1314
echo "-----> No SSH private key"
1415
fi

0 commit comments

Comments
 (0)