From ee9889501f8d1e8d32581ff3824187df7f742efa Mon Sep 17 00:00:00 2001 From: Yera All Date: Sun, 12 Apr 2026 01:42:28 +0500 Subject: [PATCH] fix(deploy): preserve streaming asr model cache --- scripts/deploy_gitlab.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deploy_gitlab.sh b/scripts/deploy_gitlab.sh index 47b6878..90ee152 100755 --- a/scripts/deploy_gitlab.sh +++ b/scripts/deploy_gitlab.sh @@ -85,6 +85,7 @@ if [[ "$CI_PROJECT_DIR" != "$DEPLOY_DIR" ]]; then --exclude '.venv/' \ --exclude '.pytest_cache/' \ --exclude '.local_stack/' \ + --exclude '.models/' \ --exclude 'test-results/' \ --exclude '.codex_backup/' \ --exclude '.db_backups/' \