From 0f988b3f540f3ca6f5e5e5ca396172eddbbdabc8 Mon Sep 17 00:00:00 2001 From: Trezy Date: Sat, 1 Dec 2018 14:59:51 -0600 Subject: [PATCH] ci: Remove unnecessarily repository cloning Repository cloning in the deploy step was 100% unnecessary. --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82b048e..a25c06e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,10 +132,7 @@ jobs: at: . - run: - command: | - mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - git clone -b develop $CIRCLE_REPOSITORY_URL - cd $CIRCLE_PROJECT_REPONAME + command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - run: name: Release