| Index: tools/bots/dartium_android.py
|
| ===================================================================
|
| --- tools/bots/dartium_android.py (revision 37254)
|
| +++ tools/bots/dartium_android.py (working copy)
|
| @@ -40,7 +40,8 @@
|
| def UploadAPKs(options):
|
| with bot.BuildStep('Upload apk'):
|
| revision = utils.GetSVNRevision()
|
| - namer = bot_utils.GCSNamer()
|
| + channel = bot_utils.GetChannelFromName(bot_name)
|
| + namer = bot_utils.GCSNamer(channel=channel)
|
| gsutil = bot_utils.GSUtil()
|
|
|
| web_link_prefix = 'https://storage.cloud.google.com/'
|
|
|