Skip to content

Commit 711ce28

Browse files
Correct docker test pipeline prefect 3 make command
1 parent 675a9ce commit 711ce28

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@ docker-build-pipeline-prefect3:
151151
docker-test-pipeline-prefect3:
152152
docker run \
153153
--network host \
154+
-e HOST_MIGRATIONS_FOLDER=$(HOST_MIGRATIONS_FOLDER) \
155+
-e TEST=True \
156+
-v $(PIPELINE_TEST_ENV_FILE):/home/monitorenv-pipeline/pipeline/.env.test \
154157
-v /var/run/docker.sock:/var/run/docker.sock \
155158
-u monitorenv-pipeline:$(DOCKER_GROUP) \
156-
-v $(PIPELINE_TEST_ENV_FILE):/home/monitorenv-pipeline/pipeline/.env.test \
157-
--env HOST_MIGRATIONS_FOLDER=$(HOST_MIGRATIONS_FOLDER) \
158159
monitorenv-pipeline-prefect3:$(VERSION) \
159160
coverage run -m pytest --pdb tests
160161
docker-tag-pipeline-prefect3:

datascience/.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ ORACLE_FMC_SID=
77
ORACLE_FMC_USER=
88
ORACLE_FMC_PASSWORD=
99

10-
# remote : MAN5 (St Malo) (prod ou intégration)
10+
# remote : MAN5 (St Malo) (prod or integration)
1111
MONITORENV_REMOTE_DB_CLIENT=postgresql
1212
MONITORENV_REMOTE_DB_HOST=
1313
MONITORENV_REMOTE_DB_PORT=5432
1414
MONITORENV_REMOTE_DB_NAME=monitorenvdb
1515
MONITORENV_REMOTE_DB_USER=
1616
MONITORENV_REMOTE_DB_PWD=
1717

18-
# local : CROSS (idem intégration ou prod)
18+
# local : CROSS (idem integration or prod)
1919
MONITORFISH_LOCAL_CLIENT=postgresql
2020
MONITORFISH_LOCAL_HOST=
2121
MONITORFISH_LOCAL_PORT=5432
2222
MONITORFISH_LOCAL_NAME=
2323
MONITORFISH_LOCAL_USER=
2424
MONITORFISH_LOCAL_PWD=
2525

26-
# local : CROSS (idem intégration ou prod)
26+
# local : CROSS (idem integration or prod)
2727
CACEM_LOCAL_CLIENT=postgresql
2828
CACEM_LOCAL_HOST=
2929
CACEM_LOCAL_PORT=5432

0 commit comments

Comments
 (0)