mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-10 06:54:52 +03:00
Update ci.yml
Remove double RUN cmd
This commit is contained in:
parent
35f21ba697
commit
91d8b26572
|
@ -70,7 +70,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build the Stack
|
- name: Build the Stack
|
||||||
run: docker compose -f local.yml build django
|
run: docker compose -f local.yml build django
|
||||||
run: docker compose -f local.yml build docs
|
|
||||||
|
|
||||||
- name: Run DB Migrations
|
- name: Run DB Migrations
|
||||||
run: docker compose -f local.yml run --rm django python manage.py migrate
|
run: docker compose -f local.yml run --rm django python manage.py migrate
|
||||||
|
|
Loading…
Reference in New Issue
Block a user