mirror of
https://github.com/Without-Proper-Instructions/GoatCTF
synced 2025-10-07 07:30:45 +00:00
Change syncdb to migrations
This commit is contained in:
parent
d03e7efd78
commit
2e962be33d
@ -6,7 +6,8 @@ install:
|
||||
- "pip install -e ."
|
||||
before_script:
|
||||
- sed -e "s/SECRET_KEY = ''/SECRET_KEY = 'test'/" goatctf/goatctf/settings.py.example > goatctf/goatctf/settings.py
|
||||
- goatctf/manage.py syncdb
|
||||
- goatctf/manage.py makemigrations
|
||||
- goatctf/manage.py migrate
|
||||
script:
|
||||
- cd goatctf/tests
|
||||
- py.test
|
||||
|
Loading…
x
Reference in New Issue
Block a user