aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-11-07 18:58:40 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-07 19:08:01 +0100
commit7e748d11deb876551cbd1ecf0d0c5005b1714c7e (patch)
tree7f914a3c22eb030dcd1fe35a1c9e18cfd00c9843 /scripts
parente67d2952ad576288409a9fe09711f1798aaf01c2 (diff)
Fix Bazel nightlies: do not build webapp
This target was removed. PiperOrigin-RevId: 174870373
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bootstrap.json3
1 files changed, 1 insertions, 2 deletions
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"]