From 2e8e25dc28e1bd7f1f19e04112ac75021b39799f Mon Sep 17 00:00:00 2001 From: Tianzi Cai Date: Fri, 5 Feb 2021 15:38:03 -0800 Subject: [PATCH] fix: update synth.py --- synth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synth.py b/synth.py index 7005963e..dd1a7408 100644 --- a/synth.py +++ b/synth.py @@ -19,4 +19,5 @@ java.common_templates(excludes=[ # TODO: allow when pubsublite-spark is available in libraries-bom 'samples/install-without-bom/*', + '.kokoro/build.sh', ])