From dcdd52f5ffc2fa4e0144cad938331559e0fd2dc9 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:53:32 +0530 Subject: [PATCH] CI : added git lfs update (#38092) ## Description added git lfs update Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- .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 ee1ee93d6b..eac42e377b 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -240,6 +240,7 @@ jobs: git config --global user.email "$gituseremail" git config --global user.name "$gituser" git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git + git lfs update --force git lfs install cd cibuildcache/ if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi