mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Gitlab tags docker & python are removed from runner
This commit is contained in:
parent
e71dd7c1fd
commit
9f64012987
|
@ -28,8 +28,6 @@ pytest:
|
||||||
stage: test
|
stage: test
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
image: docker:25.0
|
image: docker:25.0
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -42,8 +40,6 @@ pytest:
|
||||||
- docker compose -f docker-compose.local.yml run django pytest
|
- docker compose -f docker-compose.local.yml run django pytest
|
||||||
{%- else %}
|
{%- else %}
|
||||||
image: python:3.12
|
image: python:3.12
|
||||||
tags:
|
|
||||||
- python
|
|
||||||
services:
|
services:
|
||||||
- postgres:{{ cookiecutter.postgresql_version }}
|
- postgres:{{ cookiecutter.postgresql_version }}
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user