From a9b205d1264f1fd2b674fe52432894b330aa71c7 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 20 Jun 2017 14:10:36 -0400 Subject: [PATCH] Really silence output of git clone --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0e5717c37..c97e02c38 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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 > /dev/null +git clone https://github.com/osmlab/editor-layer-index.git node_modules/editor-layer-index > /dev/null 2>&1 # build everything npm run imagery