Skip to content

Commit

Permalink
added git lfs migrate to clientbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
yatinappsmith authored Nov 26, 2024
1 parent 3980118 commit e721174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
git config --global user.name "$gituser"
git clone https://[email protected]/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
Expand Down

0 comments on commit e721174

Please sign in to comment.