This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ test_env.install_cli:
213213test_env.container_prepare :
214214 apt-get update
215215 apt-get install -y git build-essential netcat-traditional
216- git config --global --add safe.directory /worker || true
216+ git config --global --add safe.directory /apps/app/ worker || true
217217
218218test_env.container_check_db :
219219 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- - ./:/worker
11+ - ./:/app/apps/ worker
1212 - ./docker/test_codecov_config.yml:/config/codecov.yml
1313 environment :
1414 - SETUP__TIMESERIES__ENABLED=${TIMESERIES_ENABLED-true}
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- WORKDIR /worker
10- ADD . /worker
9+ WORKDIR /app/apps/ worker
10+ ADD . /app/apps/ worker
1111RUN chmod +x worker.sh
1212ARG RELEASE_VERSION
1313ENV RELEASE_VERSION=$RELEASE_VERSION
You can’t perform that action at this time.
0 commit comments