From 7e748d11deb876551cbd1ecf0d0c5005b1714c7e Mon Sep 17 00:00:00 2001 From: dmarting Date: Tue, 7 Nov 2017 18:58:40 +0100 Subject: Fix Bazel nightlies: do not build webapp This target was removed. PiperOrigin-RevId: 174870373 --- scripts/ci/bootstrap.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ci/bootstrap.json b/scripts/ci/bootstrap.json index b6fdc73c36..bdaa497367 100644 --- a/scripts/ci/bootstrap.json +++ b/scripts/ci/bootstrap.json @@ -19,8 +19,7 @@ }, "targets": [ "//scripts/packages", - "//site:jekyll-tree", - "//src/tools/benchmark/webapp:site" + "//site:jekyll-tree" ] }, "opts": ["-c opt"] -- cgit v1.2.3