Skip to content

Commit

Permalink
Fixed: github.com key auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Oct 24, 2018
1 parent 060d801 commit 0495d2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
<<<<<<< HEAD
touch ~/.ssh/known_hosts
=======
>>>>>>> Fixed: github.com key auth.
ssh-keyscan github.com >> ~/.ssh/known_hosts

git clone $CIRCLE_REPOSITORY_URL out
Expand Down Expand Up @@ -67,7 +70,10 @@ jobs:
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
<<<<<<< HEAD
touch ~/.ssh/known_hosts
=======
>>>>>>> Fixed: github.com key auth.
ssh-keyscan github.com >> ~/.ssh/known_hosts

npm run refresh
Expand Down

0 comments on commit 0495d2c

Please sign in to comment.