Redirect output of git clone to /dev/null in sample deploy.sh

This commit is contained in:
Bryan Housel
2017-06-20 13:38:52 -04:00
parent f55f7325d5
commit 56b2b2f08c

View File

@@ -29,7 +29,7 @@ fi
# pull latest imagery
rm -rf node_modules/editor-layer-index/
git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index
git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null
# build everything
npm run imagery