From 4ad757c76eafa040799ccd9758297499fa1a4476 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 15 Sep 2019 12:10:26 -0700 Subject: [PATCH] maybe dont need to install rsync on circle --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) 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..."