From 140c47663c0e99fd1074757aa1744296e8b32fa4 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 1 Jul 2022 17:33:07 -0700 Subject: [PATCH] [buildbot] Fix USE_STAGING default --- buildbot/start_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/start_script.sh b/buildbot/start_script.sh index d53a1a828..fb2ab9592 100755 --- a/buildbot/start_script.sh +++ b/buildbot/start_script.sh @@ -7,7 +7,7 @@ # with GCE UI or "sudo shutdown now" over ssh. GCE will recreate # the instance and reload the script. -USE_STAGING=${USE_STAGING:-1} +USE_STAGING=${USE_STAGING:-0} if [[ "${USE_STAGING}" == "1" ]] ; then SERVER_PORT=9994