Skip to content
Snippets Groups Projects
Commit 5f121f60 authored by Sebastian Krach's avatar Sebastian Krach Committed by BBP code review
Browse files

Merge "[NO STORY] fix deploy script to build release version of gzbridge"

parents c1dc63ad 9a284776
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ make -j 8 ...@@ -87,7 +87,7 @@ make -j 8
cd ../gzbridge cd ../gzbridge
$DIR/node_modules/.bin/node-gyp configure $DIR/node_modules/.bin/node-gyp configure
$DIR/node_modules/.bin/node-gyp build -d $DIR/node_modules/.bin/node-gyp build -r
RETVAL=$? RETVAL=$?
if [ $RETVAL -ne 0 ]; then if [ $RETVAL -ne 0 ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment