maybe dont need to install rsync on circle

main
Evan Hemsley 2019-09-15 12:10:26 -07:00
parent 8aa0e375eb
commit 4ad757c76e
1 changed files with 0 additions and 3 deletions

View File

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