Remove demo data loading from build

This commit is contained in:
2026-04-06 02:30:24 +02:00
parent 3c8e7e923f
commit 57f4c0044a

2
Jenkinsfile vendored
View File

@@ -59,7 +59,7 @@ pipeline {
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"
'''