Index: client/tools/buildbot_annotated_steps.py |
diff --git a/client/tools/buildbot_annotated_steps.py b/client/tools/buildbot_annotated_steps.py |
index d65c4e04d67fd6365b6405998a5c6748977660f3..347b483dfb0689935bd630b872615652e564c4d3 100755 |
--- a/client/tools/buildbot_annotated_steps.py |
+++ b/client/tools/buildbot_annotated_steps.py |
@@ -218,7 +218,8 @@ def main(): |
match = re.search('dart-editor-fyi(.*)', name) |
name = 'dart-editor' + match.group(1) |
# In case we're an FYI builder, run 'tools/bots/editor.py'. |
- status = ProcessBot(name, 'editor') |
+ status = ProcessBot(name, 'editor', |
+ custom_env=EnvironmentWithoutBotoConfig()) |
else: |
# Run the old annotated steps script |
status = ProcessTools('release', name, version) |