Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix(circleci): create known_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 7, 2019
1 parent 9d5af1c commit 59829bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ jobs:
- run:
name: Configure git
command: |
if [ ! -f ~/.ssh/known_hosts ]; then
ssh-keyscan -H github.com > ~/.ssh/known_hosts
else
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
fi
ssh-keyscan -H github.com > ~/.ssh/known_hosts
git config --global user.email "xeroxinteractive-circleci@xerox.com"
git config --global user.name "CircleCI"
Expand Down

0 comments on commit 59829bd

Please sign in to comment.