Remove demo data loading from build
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -82,7 +82,7 @@ PY
|
|||||||
pip install ruff vdt.versionplugin.wheel
|
pip install ruff vdt.versionplugin.wheel
|
||||||
pip install --upgrade "setuptools==69.5.1" wheel
|
pip install --upgrade "setuptools==69.5.1" wheel
|
||||||
manage.py migrate --no-input --skip-checks
|
manage.py migrate --no-input --skip-checks
|
||||||
manage.py loaddemodata || true
|
manage.py purge_demo_data
|
||||||
manage.py collectstatic --no-input --verbosity=0
|
manage.py collectstatic --no-input --verbosity=0
|
||||||
pip install "httpx<0.28"
|
pip install "httpx<0.28"
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user