Commit 280f2506 authored by iannucci@chromium.org's avatar iannucci@chromium.org

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
parent 4dfb8668
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment