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

Commit

Permalink
fix(circleci): update ssh fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Mar 7, 2019
1 parent 80b24a4 commit fbb257b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
at: ~/repo
- add_ssh_keys:
fingerprints:
- '01:b8:2a:9f:35:20:b6:c0:bf:1f:16:0a:61:8d:7c:03'
- 'e0:11:56:f6:ad:0b:82:33:8a:a3:f1:e6:b3:11:10:a2'
- run:
name: Configure git
command: |
touch ~/.ssh/known_hosts
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
git config --global user.email "xeroxinteractive-circleci@xerox.com"
Expand Down

0 comments on commit fbb257b

Please sign in to comment.