From e803c4f3c1d765bc2e2cef8db4b42994dddb4159 Mon Sep 17 00:00:00 2001 From: Niklas Mohrin Date: Mon, 16 Dec 2024 20:33:01 +0100 Subject: [PATCH] don't run compilation steps in update_production, the artifacts are included in the wheel --- deployment/update_production.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment/update_production.sh b/deployment/update_production.sh index 7bada1d63..ae4ec97d6 100755 --- a/deployment/update_production.sh +++ b/deployment/update_production.sh @@ -38,10 +38,6 @@ python -m evap dumpdata --natural-foreign --natural-primary --all -e contenttype [[ ! -z "$EVAP_SKIP_UPDATE" ]] && echo "Skipping Update" [[ ! -z "$EVAP_SKIP_UPDATE" ]] || pip install evap[psycopg-binary] -# sometimes, this fails for some random i18n test translation files. -python -m evap compilemessages || true -python -m evap scss --production -python -m evap ts compile --fresh python -m evap collectstatic --noinput python -m evap migrate python -m evap clear_cache --all -v=1