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

Commit

Permalink
fix(circleci): touch first
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 7, 2019
1 parent 59829bd commit 80b24a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- run:
name: Configure git
command: |
ssh-keyscan -H github.com > ~/.ssh/known_hosts
touch ~/.ssh/known_hosts
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 80b24a4

Please sign in to comment.