ci: run migrate with --skip-checks to avoid known oscar invoice admin check failure
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user