Compare commits

..

No commits in common. "6b36ccc87a24e2758f8bf186eede4b0a0e3a32f7" and "bd70276bc2df21de31de2ad18d98e7515e0738aa" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View file

@ -3,17 +3,6 @@ type: docker
name: build-latest
steps:
- name: test
image: python:3.12-slim-bookworm
settings:
repo: git.thisfro.ch/pflaenz.li/pflaenzli
commands:
- cd pflaenzli
- pip install coverage
- pip install -r requirements.txt
- coverage run --branch --source='.' manage.py test
- coverage report -m
- name: build-image
image: plugins/docker
settings:

View file

@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.11-slim-bullseye
RUN apt update && apt install -y libpq-dev nginx gettext