From 75c08120d1d709c40e153bb42ddae79ef91fd214 Mon Sep 17 00:00:00 2001
From: ChakshuGautam <chaks.gautam@gmail.com>
Date: Sat, 11 Mar 2023 08:20:05 +0530
Subject: [PATCH] Fix: Add central config to gitpod

---
 .gitpod.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitpod.yml b/.gitpod.yml
index e5782ed..1fafeb4 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -6,6 +6,10 @@ tasks:
       sudo apt install gh
       gp sync-done dev-setup
   - name: Install ODK Central
+    openMode: tab-after
+    init: |
+      gp sync-done dev-setup
+      bash install-central.sh
   - name: Setup Enketo Express
     openMode: tab-after
     init: |
-- 
GitLab