ci: run migrate with --skip-checks to avoid known oscar invoice admin check failure

This commit is contained in:
2026-03-17 02:11:02 +01:00
parent fbeccce281
commit 39eb7f07bd

2
Jenkinsfile vendored
View File

@@ -54,7 +54,7 @@ pipeline {
cp "${JOB_BASE_NAME}/ocyan.json" "${JOB_BASE_NAME}/${JOB_BASE_NAME}.json"
pip install ruff vdt.versionplugin.wheel
pip install --upgrade "setuptools==69.5.1" wheel
manage.py migrate --no-input
manage.py migrate --no-input --skip-checks
manage.py loaddemodata || true
manage.py collectstatic --no-input --verbosity=0
pip install "httpx<0.28"