diff --git a/.circleci/config.yml b/.circleci/config.yml index d6b5a12..30ddafb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: git clone --quiet --branch=$CIRCLE_BRANCH https://${GH_TOKEN}@github.com/$TARGET_REPO built_website > /dev/null # Installing rsync echo "Installing rsync" - sudo apt-get -y install 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..."