From 42112b52e612467905807bbcc11bf29ba225b8cc Mon Sep 17 00:00:00 2001 From: Aman Kumar Shrivastava <amankumarshrivastava835@gmail.com> Date: Tue, 30 May 2023 21:01:33 +0000 Subject: [PATCH] update --- .gitpod.yml | 3 +++ central | 1 + 2 files changed, 4 insertions(+) create mode 160000 central diff --git a/.gitpod.yml b/.gitpod.yml index b11f698..12db3a3 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,6 @@ tasks: - name: Setup Development Env + before: mv ./sample.env ./.env openMode: tab-after init: | type -p curl >/dev/null || sudo apt install curl -y @@ -9,6 +10,8 @@ tasks: sudo apt update sudo apt install gh -y gp sync-done dev-setup + - name: Setup Backup env + before: mv ./sample.env~ ./.env~ - name: Install ODK Central openMode: tab-after init: | diff --git a/central b/central new file mode 160000 index 0000000..86c843b --- /dev/null +++ b/central @@ -0,0 +1 @@ +Subproject commit 86c843b0a2bcf1dac186a07ac4feeb688455b652 -- GitLab