Skip to content

Commit 2024a97

Browse files
committed
Fixed: circle ci config.
1 parent 0495d2c commit 2024a97

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.circleci/config.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
git config --global user.email $GH_EMAIL
3434
git config --global user.name $GH_NAME
3535
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
36+
git clone https://${GH_TOKEN}@github.com/developersdo/opensource.git out
4337
4438
cd out
4539
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
@@ -70,12 +64,6 @@ jobs:
7064
git config --global user.email $GH_EMAIL
7165
git config --global user.name $GH_NAME
7266
73-
<<<<<<< HEAD
74-
touch ~/.ssh/known_hosts
75-
=======
76-
>>>>>>> Fixed: github.com key auth.
77-
ssh-keyscan github.com >> ~/.ssh/known_hosts
78-
7967
npm run refresh
8068
8169
git add -A

0 commit comments

Comments
 (0)