Bypass checks for demo purge step

This commit is contained in:
2026-04-06 02:36:05 +02:00
parent f15b1d4eab
commit 90e24976df

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 purge_demo_data --keep-only-idea-products
manage.py purge_demo_data --keep-only-idea-products --skip-checks
manage.py collectstatic --no-input --verbosity=0
pip install "httpx<0.28"
'''