From e72117479f0dab3e97c113f7110f47048a5e1dce Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:55:43 +0530 Subject: [PATCH] added git lfs migrate to clientbuild --- .github/workflows/client-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index e247382c9bcb..c88d0afb6143 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -206,6 +206,7 @@ jobs: git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git git lfs install + git lfs migrate import --everything if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd cibuildcache/$repodir/release/client