mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Redirect output of git clone to /dev/null in sample deploy.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user