Fix lint warnings
This commit is contained in:
parent
80ab351cbe
commit
3620c2eb7d
@ -5,7 +5,7 @@ set -o pipefail
|
|||||||
|
|
||||||
TEMP_DB=$(mktemp)
|
TEMP_DB=$(mktemp)
|
||||||
BUILD_ID=$((RANDOM % 7200 + 600))
|
BUILD_ID=$((RANDOM % 7200 + 600))
|
||||||
BROWSER="electron" #Default. Will try to use Google Chrome.
|
BROWSER="electron" # Default. Will try to use Google Chrome.
|
||||||
|
|
||||||
if hash google-chrome 2>/dev/null; then
|
if hash google-chrome 2>/dev/null; then
|
||||||
BROWSER="chrome"
|
BROWSER="chrome"
|
||||||
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user