From 9a2847762f7fce5675c78b89a6a2fc8acf972635 Mon Sep 17 00:00:00 2001 From: Sebastian Krach <krach@fzi.de> Date: Tue, 20 Oct 2015 12:59:25 +0200 Subject: [PATCH] [NO STORY] fix deploy script to build release version of gzbridge Change-Id: I23aa8574d5ee5b8dc4fb9b51eed2c9afa6481ccb --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 5a148aa..d482b3e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -87,7 +87,7 @@ make -j 8 cd ../gzbridge $DIR/node_modules/.bin/node-gyp configure -$DIR/node_modules/.bin/node-gyp build -d +$DIR/node_modules/.bin/node-gyp build -r RETVAL=$? if [ $RETVAL -ne 0 ]; then -- GitLab