maybe dont need to install rsync on circle
parent
8aa0e375eb
commit
4ad757c76e
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue