We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0495d2c commit 2024a97Copy full SHA for 2024a97
.circleci/config.yml
@@ -33,13 +33,7 @@ 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
+ git clone https://${GH_TOKEN}@github.com/developersdo/opensource.git out
43
44
cd out
45
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
@@ -70,12 +64,6 @@ jobs:
70
64
71
65
72
66
73
74
75
76
77
78
79
67
npm run refresh
80
68
81
69
git add -A
0 commit comments