From 208946949e44425274e562094d42cdee96c1ef9f Mon Sep 17 00:00:00 2001
From: Malte Finsterwalder <malte@holi.team>
Date: Thu, 27 Mar 2025 10:19:02 +0100
Subject: [PATCH] add holi-data-pipeline and search-integration to full
 checkout

---
 init.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/init.sh b/init.sh
index a01a682..88ea543 100755
--- a/init.sh
+++ b/init.sh
@@ -138,6 +138,8 @@ if [ "${1-default}" = "full" ]; then
   checkoutAndPrepare git@gitlab.holi.team:app/holi-docker.git holi-docker
   checkoutAndPrepare git@gitlab.holi.team:app/holi-load-testing.git holi-load-testing
   checkoutAndPrepare git@gitlab.holi.team:app/holi-data-classification.git holi-data-classification
+  checkoutAndPrepare git@gitlab.holi.team:app/holi-data-pipeline.git holi-data-pipeline
+  checkoutAndPrepare git@gitlab.holi.team:app/holi-search-integration.git holi-search-integration
 fi
 
 # Install dependencies to run Google Pub/Sub locally
-- 
GitLab