CI: only fail deploy-check on ERROR not WARNING
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3929e2acfb
commit
0456deb50d
@ -30,7 +30,7 @@ steps:
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py check --deploy --fail-level WARNING
|
||||
- python manage.py check --deploy --fail-level ERROR
|
||||
- echo "✅ Django deploy checks passed"
|
||||
|
||||
- name: deploy to production server
|
||||
|
Loading…
x
Reference in New Issue
Block a user