From 7240d26028f9a94fb6ce2201e66b48015e5dc8fb Mon Sep 17 00:00:00 2001 From: "dgrove@google.com" Date: Thu, 6 Feb 2014 23:02:36 +0000 Subject: [PATCH] Remove dartdoc from pub.py . Review URL: https://codereview.chromium.org//157013005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32390 260f80e4-7a28-3924-810f-c04153c831b5 --- tools/bots/pub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bots/pub.py b/tools/bots/pub.py index 73db559483d..dddb65575fb 100755 --- a/tools/bots/pub.py +++ b/tools/bots/pub.py @@ -48,7 +48,7 @@ def PubSteps(build_info): common_args.append('--builder-tag=%s' % build_info.builder_tag) bot.RunTest('pub', build_info, - common_args + ['pub', 'pkg', 'dartdoc', 'docs']) + common_args + ['pub', 'pkg', 'docs']) pkgbuild_build_info = bot.BuildInfo('none', 'vm', 'release', build_info.system, checked=False)