Index: tools/bug_chomper/run_server.sh |
diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh |
index 5bedb4f9ae120f53df61e98585135671ffa17aef..1a49031f8ef75e43b6bb8fd88cdc3fa33cdc6842 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 $@ |