Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: tools/bots/bot_utils.py

Issue 1229683002: change gcs dir structure for docs generated by dartdoc (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/bot_utils.py
diff --git a/tools/bots/bot_utils.py b/tools/bots/bot_utils.py
index 36467245b1628e11665dfb5ea0fd63335ea7104f..8262462224b32e2a6dce2315eabc0d3f703f27b4 100644
--- a/tools/bots/bot_utils.py
+++ b/tools/bots/bot_utils.py
@@ -208,8 +208,7 @@ class GCSNamerApiDocs(object):
def dartdocs_dirpath(self, revision):
assert len('%s' % revision) > 0
- return '%s/channels/%s/gen-dartdocs/%s' % (self.bucket,
- self.channel, revision)
+ return '%s/gen-dartdocs/%s' % (self.bucket, revision)
def docs_latestpath(self, revision):
assert len('%s' % revision) > 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698