cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11.76k stars 2.83k forks source link

Remove deprecated docker and python tags from GitLab CI config #5158

Closed foarsitter closed 1 week ago

foarsitter commented 1 week ago

Gitlab has remove the docker and python tags from their runner configuration. The default runner remains unchanged and suitable for this project.

NOTE: The small SaaS runner on Linux is configured to run untagged jobs, this remains unchanged. So if you're using the small Linux runner but haven't specified a tag, the behavior of your job will not change.

https://gitlab.com/gitlab-org/gitlab-runner/-/issues/30829

Fixes https://github.com/cookiecutter/cookiecutter-django/issues/5148