From 280f250691df74fa2f20be81d96947b3a5105e7c Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" Date: Mon, 28 Apr 2014 17:02:34 +0000 Subject: [PATCH] Add script to depot_tools to push html directory to gs bucket. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/246813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@266590 0039d316-1c4b-4281-b951-d872f2087c98 --- docs/push_to_gs.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 docs/push_to_gs.sh diff --git a/docs/push_to_gs.sh b/docs/push_to_gs.sh new file mode 100755 index 000000000..7c64049e3 --- /dev/null +++ b/docs/push_to_gs.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +MY_DIR=$(dirname "$(readlink "$0")") +gsutil cp -r -z html -a public-read "$MY_DIR/html" gs://chrome-infra-docs/flat/depot_tools/docs/html