From 46a32bbb140eff657918978feab3ca7f7b9692bf Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 28 Aug 2023 18:21:59 +0200 Subject: just serve: Basic service implementation with commit-of-tree RPC Initial version, to be extended later with other RPCs. --- bin/bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/bootstrap.py') diff --git a/bin/bootstrap.py b/bin/bootstrap.py index 1d947a74..3ccbb2bd 100755 --- a/bin/bootstrap.py +++ b/bin/bootstrap.py @@ -401,6 +401,8 @@ def bootstrap() -> None: dirs.remove('test') if 'execution_api' in dirs: dirs.remove('execution_api') + if 'serve_api' in dirs: + dirs.remove('serve_api') if 'other_tools' in dirs: dirs.remove('other_tools') for f in files: -- cgit v1.2.3