CI: fixed clone dir (#29783)

fixed clone dir
This commit is contained in:
yatinappsmith 2023-12-21 15:41:41 +05:30 committed by GitHub
parent 2e783f1f62
commit 4b6f826a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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