From fd290392713ab75a22c8589ebea1f740206c3937 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sun, 11 Jul 2021 13:06:07 +0000 Subject: [PATCH] gitpod --- gitpod/install.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gitpod/install.sh b/gitpod/install.sh index a03641f5a..2ab25113e 100644 --- a/gitpod/install.sh +++ b/gitpod/install.sh @@ -20,9 +20,6 @@ nvm use --lts npm install --global @gridsome/cli -cd /workspace -git clone https://github.com/threefoldfoundation/data_threefold - #go to the website cd /workspace/www_threefold_io @@ -36,3 +33,12 @@ echo "done" #make sure all modules are there npm install + +cd /workspace +if ! [ -d "/workspace/data_threefold" ] +then + git clone https://github.com/threefoldfoundation/data_threefold +fi + + +