Skip to content

Commit

Permalink
Fixed: circle ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Oct 24, 2018
1 parent 0495d2c commit 2024a97
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ jobs:
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
<<<<<<< HEAD
touch ~/.ssh/known_hosts
=======
>>>>>>> Fixed: github.com key auth.
ssh-keyscan github.com >> ~/.ssh/known_hosts

git clone $CIRCLE_REPOSITORY_URL out
git clone https://${GH_TOKEN}@github.com/developersdo/opensource.git out
cd out
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
Expand Down Expand Up @@ -70,12 +64,6 @@ jobs:
git config --global user.email $GH_EMAIL
git config --global user.name $GH_NAME
<<<<<<< HEAD
touch ~/.ssh/known_hosts
=======
>>>>>>> Fixed: github.com key auth.
ssh-keyscan github.com >> ~/.ssh/known_hosts

npm run refresh
git add -A
Expand Down

0 comments on commit 2024a97

Please sign in to comment.