From 8aa0e375eb4d19608fe5ae2a48bf36ba75cd0657 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 15 Sep 2019 12:09:06 -0700 Subject: [PATCH] update circleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."