update circleCI
parent
7c614d2a75
commit
8aa0e375eb
|
@ -24,7 +24,7 @@ jobs:
|
||||||
git clone --quiet --branch=$CIRCLE_BRANCH https://${GH_TOKEN}@github.com/$TARGET_REPO built_website > /dev/null
|
git clone --quiet --branch=$CIRCLE_BRANCH https://${GH_TOKEN}@github.com/$TARGET_REPO built_website > /dev/null
|
||||||
# Installing rsync
|
# Installing rsync
|
||||||
echo "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
|
#go into directory and copy data we're interested in to that directory
|
||||||
cd built_website
|
cd built_website
|
||||||
echo "rsync built code with checked out code..."
|
echo "rsync built code with checked out code..."
|
||||||
|
|
Loading…
Reference in New Issue