From 8e55893bc2969cf4db8527958ba3da6733d6e4e2 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 20 Jul 2022 13:15:32 +0200 Subject: [PATCH] export projectRoot path --- e2e/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/install.sh b/e2e/install.sh index ae11b6014b..e49ba5d3c5 100755 --- a/e2e/install.sh +++ b/e2e/install.sh @@ -2,6 +2,8 @@ set -e +export projectRoot="." + DO_BUILD=1 DO_DEPLOY=1