Skip to content

Commit 0495d2c

Browse files
committed
Fixed: github.com key auth.
1 parent 060d801 commit 0495d2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
git config --global user.email $GH_EMAIL
3434
git config --global user.name $GH_NAME
3535
36+
<<<<<<< HEAD
3637
touch ~/.ssh/known_hosts
38+
=======
39+
>>>>>>> Fixed: github.com key auth.
3740
ssh-keyscan github.com >> ~/.ssh/known_hosts
3841

3942
git clone $CIRCLE_REPOSITORY_URL out
@@ -67,7 +70,10 @@ jobs:
6770
git config --global user.email $GH_EMAIL
6871
git config --global user.name $GH_NAME
6972
73+
<<<<<<< HEAD
7074
touch ~/.ssh/known_hosts
75+
=======
76+
>>>>>>> Fixed: github.com key auth.
7177
ssh-keyscan github.com >> ~/.ssh/known_hosts
7278

7379
npm run refresh

0 commit comments

Comments
 (0)