From 0dbf468a01aa3dff1ba589fb01164938b0028515 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 30 Oct 2019 23:31:13 -0700 Subject: [PATCH] fix: no proto.list (#91) --- docker/start.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker/start.sh b/docker/start.sh index 50b6bd6c4..2db4bb9fc 100644 --- a/docker/start.sh +++ b/docker/start.sh @@ -13,4 +13,8 @@ gapic-generator-typescript \ --output-dir /out \ $* \ `find /in -name '*.proto'` + +# The proto.list is only needed for generation, removing it +rm -f /out/proto.list + exit 0