This repository was archived by the owner on Jun 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ test_env.install_cli:
205205
206206test_env.container_prepare :
207207 apt-get -y install git build-essential netcat-traditional
208- git config --global --add safe.directory /app || true
208+ git config --global --add safe.directory /app/apps/codecov-api || true
209209
210210test_env.container_check_db :
211211 while ! nc -vz postgres 5432; do sleep 1; echo " waiting for postgres" ; done
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
88 - redis
99 - timescale
1010 volumes :
11- - ./:/app
11+ - ./:/app/apps/codecov-api
1212 - ./docker/test.yml:/config/codecov.yml
1313 entrypoint :
1414 - ./dev.sh
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ ARG BERGLAS_VERSION=2.0.6
66FROM us-docker.pkg.dev/berglas/berglas/berglas:$BERGLAS_VERSION as berglas
77
88FROM $REQUIREMENTS_IMAGE as app
9- COPY . /app
10- WORKDIR /app
9+ COPY . /app/apps/codecov-api
10+ WORKDIR /app/apps/codecov-api
1111RUN pip install setuptools==71.1.0
1212RUN python manage.py collectstatic --no-input
1313
You can’t perform that action at this time.
0 commit comments