| Index: tools/bots/pub.py
|
| diff --git a/tools/bots/pub.py b/tools/bots/pub.py
|
| index f9f18ee21d7b9ddc0c8cf48abeae7a0a3ce9746b..2d852d8b6f5bb919b705928402ba90ea8eefc242 100755
|
| --- a/tools/bots/pub.py
|
| +++ b/tools/bots/pub.py
|
| @@ -35,12 +35,6 @@ def PubConfig(name, is_buildbot):
|
|
|
|
|
| def PubSteps(build_info):
|
| - with bot.BuildStep('Build API Docs'):
|
| - args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
|
| - 'api_docs']
|
| - print 'Generating API Docs: %s' % (' '.join(args))
|
| - bot.RunProcess(args)
|
| -
|
| with bot.BuildStep('Build package-root'):
|
| args = [sys.executable, './tools/build.py', '--mode=' + build_info.mode,
|
| 'packages']
|
|
|