From f0c4aa2996bcaf2d41d553fc51105edef6b2a7e8 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 10 Jul 2021 16:16:32 +0200 Subject: [PATCH] Update start-build.sh --- images/bromite-build/start-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/bromite-build/start-build.sh b/images/bromite-build/start-build.sh index 6a52001..edaef12 100644 --- a/images/bromite-build/start-build.sh +++ b/images/bromite-build/start-build.sh @@ -7,7 +7,7 @@ WORKSPACE=/home/lg/working_dir PATH=$WORKSPACE/chromium/src/third_party/llvm-build/Release+Asserts/bin:$WORKSPACE/depot_tools/:/usr/local/go/bin:$WORKSPACE/mtool/bin:$PATH -export GOMA_SERVER_HOST=127.0.0.1 +export GOMA_SERVER_HOST=$SERVER_HOST_GOMA export GOMA_SERVER_PORT=5050 export GOMA_USE_SSL=false export GOMA_HTTP_AUTHORIZATION_FILE=$WORKSPACE/.debug_auth_file