Fix file name problem in CI
This commit is contained in:
@@ -19,6 +19,7 @@ test:
|
||||
script:
|
||||
- python -V
|
||||
- pip install -r requirements.txt
|
||||
- cp sikweb/settings-sample.py sikweb/default_settings.py
|
||||
- cp sikweb/.ci-settings.py sikweb/settings.py
|
||||
- python manage.py migrate --noinput
|
||||
- python manage.py createdefaultadmin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from sikweb.settings import *
|
||||
from sikweb.default_settings import *
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
|
||||
Reference in New Issue
Block a user