aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bug_chomper/run_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bug_chomper/run_server.sh')
-rwxr-xr-xtools/bug_chomper/run_server.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh
index 5bedb4f9ae..1a49031f8e 100755
--- a/tools/bug_chomper/run_server.sh
+++ b/tools/bug_chomper/run_server.sh
@@ -7,5 +7,10 @@ go get github.com/gorilla/securecookie
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd $DIR
+
+if [[ ! -f oauth_client_secret.json ]]; then
+ gsutil cp gs://chromium-skia-gm/bugchomper/oauth_client_secret.json .
+fi
+
GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@