Skip to content

Commit e6daaab

Browse files
committed
Test Ci_Base
1 parent 2f40ba1 commit e6daaab

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.github/ci_base/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN apt update && \
1818
npm \
1919
git \
2020
python3 \
21-
python3-pip \
2221
python3-venv \
2322
libmagic1 \
2423
libmagic-dev && \

.github/workflows/build_ci_base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: meta
2828
uses: docker/metadata-action@v5
2929
with:
30-
images: ghcr.io/${{ github.repository }}/ci-base # Dein Image-Name
30+
images: ghcr.io/${{ github.repository }}/ci-base # Our Image-Name
3131
tags: |
3232
type=raw,value=latest
3333
type=sha,format=short,prefix=

.github/workflows/django.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
PGHOSTADDR: 127.0.0.1
8484
run: |
8585
python manage.py collectstatic > /dev/null
86-
# Einmalig Cache löschen, um Settings-Mismatch auszuschließen
8786
isort --diff -c adhocracy-plus tests
8887
python manage.py makemigrations --dry-run --check --noinput
8988
flake8 adhocracy-plus tests --exclude migrations,settings

adhocracy-plus/config/settings/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
CAPTCHA_TEST_ACCEPTED_ANSWER = "testpass"
1111
CAPTCHA_URL = "https://captcheck.netsyms.com/api.php"
1212
WAGTAILADMIN_BASE_URL = "http://localhost:8004"
13-
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
1413

1514
try:
1615
from .polygons import *

0 commit comments

Comments
 (0)