From 398011879e356f2ace88af65df411d9dc6e355e6 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:55:00 +0530 Subject: [PATCH] added git lfs migrate to server --- .github/workflows/server-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 68c439738348..51ef45593699 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -338,6 +338,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/server