diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ddafb..942ce10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,9 +22,6 @@ jobs: git config --global user.name "CircleCI" #using token clone gh-pages branch git clone --quiet --branch=$CIRCLE_BRANCH https://${GH_TOKEN}@github.com/$TARGET_REPO built_website > /dev/null - # Installing rsync - echo "Installing rsync" - apt-get -y install rsync #go into directory and copy data we're interested in to that directory cd built_website echo "rsync built code with checked out code..."