From 5abcb288ac06191a52f5dccdd47620fbcd177254 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 7 Jan 2025 12:59:01 +0530 Subject: [PATCH] ci against client cache --- .github/helper/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 3485d8f5edb..f7b3b028de2 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -14,6 +14,7 @@ githubbranch=${GITHUB_BASE_REF:-${GITHUB_REF##*/}} frappeuser=${FRAPPE_USER:-"frappe"} frappecommitish=${FRAPPE_BRANCH:-$githubbranch} + mkdir frappe pushd frappe git init