From 63f77feb7b6185a44b7ff3a4017a3937ba585e48 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 16 Aug 2022 16:55:52 +0530 Subject: [PATCH] fix: set project root --- scripts/ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci.sh b/scripts/ci.sh index e227daa3..e7c5661b 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -20,6 +20,7 @@ set -xEeuo pipefail readonly SSH_ID_FILE=/tmp/ci-ssh-id readonly SSH_REMOTE_NAME=origin-ssh +readonly PROJECT_ROOT=$(pwd) match_arg() { if [ $1 == $2 ] || [ $1 == $3 ]