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