Skip to content

Commit 060d801

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

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,6 +33,9 @@ jobs:
3333
git config --global user.email $GH_EMAIL
3434
git config --global user.name $GH_NAME
3535
36+
touch ~/.ssh/known_hosts
37+
ssh-keyscan github.com >> ~/.ssh/known_hosts
38+
3639
git clone $CIRCLE_REPOSITORY_URL out
3740
3841
cd out
@@ -64,6 +67,9 @@ jobs:
6467
git config --global user.email $GH_EMAIL
6568
git config --global user.name $GH_NAME
6669
70+
touch ~/.ssh/known_hosts
71+
ssh-keyscan github.com >> ~/.ssh/known_hosts
72+
6773
npm run refresh
6874
6975
git add -A

0 commit comments

Comments
 (0)