aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Skia_Android Canary Bot <rmistry@google.com>2017-01-23 10:44:38 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-23 15:53:15 +0000
commit5b92e4ab8e1d238f3acbd775accae8c5436c1b71 (patch)
tree7f5b12d2f462e32b2893d991a5724500b2a56aa0 /site
parent26ecfe0af8da1d17a079e17af85c5c576bfeca84 (diff)
Fix autoroller instructions
BUG=skia:6065 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=7377 Change-Id: Iefd6af3104f4aea2f2ae93c556b6b429e54ebff4 Reviewed-on: https://skia-review.googlesource.com/7377 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'site')
-rw-r--r--site/dev/sheriffing/android.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/dev/sheriffing/android.md b/site/dev/sheriffing/android.md
index 2845d293d4..fd2544e546 100644
--- a/site/dev/sheriffing/android.md
+++ b/site/dev/sheriffing/android.md
@@ -30,12 +30,12 @@ The Android autoroller runs on the [client.skia.internal](https://chromegw.corp.
If you need to stop the autoroller then do the following steps:
-* echo "stop" > /tmp/action
+* echo stop > /tmp/action
* gsutil cp /tmp/action gs://skia-android-autoroller/action
To turn the autoroller back on:
-* echo "start" > /tmp/action
+* echo start > /tmp/action
* gsutil cp /tmp/action gs://skia-android-autoroller/action
If you need any more information about the autoroller please look at [skia:6065](https://bugs.chromium.org/p/skia/issues/detail?id=6065) or ask rmistry@ / skiabot@.