update circleCI

main
Evan Hemsley 2019-09-15 12:09:06 -07:00
parent 7c614d2a75
commit 8aa0e375eb
1 changed files with 1 additions and 1 deletions

View File

@ -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..."