mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-04 06:43:43 +03:00
Removes echo flag
This commit is contained in:
parent
0797ce257f
commit
03925f46e4
|
@ -10,8 +10,8 @@ jobs:
|
||||||
executor: python/default
|
executor: python/default
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: echo -n $DJANGO_VERSION > requirements.txt
|
- run: echo $DJANGO_VERSION > requirements.txt
|
||||||
- run: echo -n $DRF >> requirements.txt
|
- run: echo $DRF >> requirements.txt
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run:
|
- run:
|
||||||
command: ./manage.py test
|
command: ./manage.py test
|
||||||
|
|
Loading…
Reference in New Issue
Block a user