We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060d801 commit 0495d2cCopy full SHA for 0495d2c
1 file changed
.circleci/config.yml
@@ -33,7 +33,10 @@ jobs:
33
git config --global user.email $GH_EMAIL
34
git config --global user.name $GH_NAME
35
36
+<<<<<<< HEAD
37
touch ~/.ssh/known_hosts
38
+=======
39
+>>>>>>> Fixed: github.com key auth.
40
ssh-keyscan github.com >> ~/.ssh/known_hosts
41
42
git clone $CIRCLE_REPOSITORY_URL out
@@ -67,7 +70,10 @@ jobs:
67
70
68
71
69
72
73
74
75
76
77
78
79
npm run refresh
0 commit comments