Skip to content

Commit

Permalink
[buildbot] Fix USE_STAGING default
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 2, 2022
1 parent c2eaabf commit 140c476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/start_script.sh
Expand Up @@ -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
Expand Down

0 comments on commit 140c476

Please sign in to comment.