mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Uses Docker Executor
This commit is contained in:
parent
8e7982e52b
commit
12883f8efc
|
@ -9,7 +9,7 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
DJANGO_VERSION: 3.0
|
DJANGO_VERSION: 3.0
|
||||||
DRF: 3.9
|
DRF: 3.9
|
||||||
executor: python/default
|
executor: docker/docker
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
|
- run: echo "Django==$DJANGO_VERSION" > requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user