Remove demo data loading from build

This commit is contained in:
2026-04-06 02:31:27 +02:00
parent 095248277e
commit 7d9bb0665e

2
Jenkinsfile vendored
View File

@@ -82,7 +82,7 @@ PY
pip install ruff vdt.versionplugin.wheel
pip install --upgrade "setuptools==69.5.1" wheel
manage.py migrate --no-input --skip-checks
manage.py loaddemodata || true
manage.py purge_demo_data
manage.py collectstatic --no-input --verbosity=0
pip install "httpx<0.28"
'''