Added more steps for buildbot pipeline.
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
mkdir env/django
|
||||||
|
django-admin startproject main env/django
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
cat base/console_scripts/django_project_config/additional_settings.py >> env/django/main/settings.py
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
python env/django/manage.py test
|
||||||
Reference in New Issue
Block a user