mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02: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