diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index c88d0afb6143..5eddfa82e64e 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -206,7 +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 + git lfs migrate import --everything --yes if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd cibuildcache/$repodir/release/client diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 51ef45593699..fcbb47722abb 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -338,7 +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 + git lfs migrate import --everything --yes if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi cd cibuildcache/$repodir/release/server