From 4b6f826a9bd3b5500048eb4f4c29330236e6ee46 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:41:41 +0530 Subject: [PATCH] CI: fixed clone dir (#29783) fixed clone dir --- .github/workflows/server-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 06ee0751b1..f0274abc48 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -244,7 +244,7 @@ jobs: git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install - cd testcacherepo/ + cd cibuildcache/ if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd $repodir/release/server