Add a script to fetch the latest SKPs.
I keep forgetting how best to do this. NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/880283002
This commit is contained in:
parent
073720e897
commit
674cd7e05c
9
bin/fetch-skps
Executable file
9
bin/fetch-skps
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copies the latest bot-generated SKP set to ./skps.
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
VERSION=`cat $(dirname $0)/../SKP_VERSION`
|
||||
gsutil -m cp -r gs://chromium-skia-gm/playback_$VERSION/skps .
|
Loading…
Reference in New Issue
Block a user