You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker version (if using Docker), run docker --version: Docker version 27.1.1, build 6312585
docker compose version (if using Docker), run docker compose --version: Docker Compose version v2.29.1-desktop.1
Options selected and/or replay file:
On Linux and macOS: cat ${HOME}/.cookiecutter_replay/cookiecutter-django.json
(Please, take care to remove sensitive information)
johnnymetz
changed the title
Github CI fails when keep_local_envs_in_vcs is off
Github CI fails when docker is on and keep_local_envs_in_vcs is off
Aug 24, 2024
What happened?
Github CI fails when local envs is not kept.
I think we need to remove these lines in Github CI:
cookiecutter-django/{{cookiecutter.project_slug}}/docker-compose.local.yml
Lines 23 to 25 in f947c61
What should've happened instead?
Github CI should pass.
Additional details
Host system configuration:
Version of cookiecutter CLI (get it with
cookiecutter --version
): 2.6.0OS name and version:
On Linux, run
On MacOs, run
On Windows, via CMD, run
Python version, run
python3 -V
: 3.12.4Docker version (if using Docker), run
docker --version
: Docker version 27.1.1, build 6312585docker compose version (if using Docker), run
docker compose --version
: Docker Compose version v2.29.1-desktop.1Options selected and/or replay file:
On Linux and macOS:
cat ${HOME}/.cookiecutter_replay/cookiecutter-django.json
(Please, take care to remove sensitive information)
The text was updated successfully, but these errors were encountered: