Skip to content
Snippets Groups Projects
Commit 9a284776 authored by Sebastian Krach's avatar Sebastian Krach
Browse files

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

Change-Id: I23aa8574d5ee5b8dc4fb9b51eed2c9afa6481ccb
parent ed9761f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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