blob: 75f73d5f31488b1a0e6db7b216ba4fc2b7dac1e1 [file] [log] [blame]
mtklein674cd7e2015-01-28 09:39:10 -08001#!/bin/sh
herbea73fa52015-08-21 08:38:06 -07002# Instructions for authenticating.
3#
4# Install the utilities you need:
5# curl https://sdk.cloud.google.com | bash
6#
7# Authenticate
8# gcloud auth login
9#
10# Follow instructions on web page.
11#
12# Set Project
13# gcloud config set project google.com:skia-buildbots
mtklein674cd7e2015-01-28 09:39:10 -080014
15# Copies the latest bot-generated SKP set to ./skps.
16
17set -x
18set -e
19
20VERSION=`cat $(dirname $0)/../SKP_VERSION`
21gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .