Fix lint warnings
This commit is contained in:
@@ -18,7 +18,7 @@ fi
|
||||
pushd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
# Bundle the updated web code into the server codebase.
|
||||
if [ -z $SKIP_BUILD ]; then
|
||||
if [ -z "$SKIP_BUILD" ]; then
|
||||
echo "Bundling web code into server..."
|
||||
./build/web/bundleWeb.sh >/dev/null
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user