mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2024-12-29 08:32:08 +00:00
Merge branch 'zemal_dev' into 2.0
This commit is contained in:
commit
43aeca29f6
@ -11,7 +11,7 @@ install:
|
||||
- pip install -r deploy/requirements.txt
|
||||
- cp oj/custom_settings.example.py oj/custom_settings.py
|
||||
- echo "SECRET_KEY=\"`cat /dev/urandom | head -1 | md5sum | head -c 32`\"" >> oj/custom_settings.py
|
||||
- python manage.py migrate
|
||||
- sleep 10 && python manage.py migrate
|
||||
script:
|
||||
- docker ps -a
|
||||
- flake8 .
|
||||
|
Loading…
Reference in New Issue
Block a user