We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f723215 commit 060d801Copy full SHA for 060d801
1 file changed
.circleci/config.yml
@@ -33,6 +33,9 @@ jobs:
33
git config --global user.email $GH_EMAIL
34
git config --global user.name $GH_NAME
35
36
+ touch ~/.ssh/known_hosts
37
+ ssh-keyscan github.com >> ~/.ssh/known_hosts
38
+
39
git clone $CIRCLE_REPOSITORY_URL out
40
41
cd out
@@ -64,6 +67,9 @@ jobs:
64
67
65
68
66
69
70
71
72
73
npm run refresh
74
75
git add -A
0 commit comments