File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 33
33
git config --global user.email $GH_EMAIL
34
34
git config --global user.name $GH_NAME
35
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
36
+ git clone https://${GH_TOKEN}@github.com/developersdo/opensource.git out
43
37
44
38
cd out
45
39
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
70
64
git config --global user.email $GH_EMAIL
71
65
git config --global user.name $GH_NAME
72
66
73
- <<<<<<< HEAD
74
- touch ~/.ssh/known_hosts
75
- =======
76
- >>>>>>> Fixed: github.com key auth.
77
- ssh-keyscan github.com >> ~/.ssh/known_hosts
78
-
79
67
npm run refresh
80
68
81
69
git add -A
You can’t perform that action at this time.
0 commit comments