File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -151,10 +151,11 @@ docker-build-pipeline-prefect3:
151151docker-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
160161docker-tag-pipeline-prefect3 :
Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ ORACLE_FMC_SID=
77ORACLE_FMC_USER =
88ORACLE_FMC_PASSWORD =
99
10- # remote : MAN5 (St Malo) (prod ou intégration )
10+ # remote : MAN5 (St Malo) (prod or integration )
1111MONITORENV_REMOTE_DB_CLIENT = postgresql
1212MONITORENV_REMOTE_DB_HOST =
1313MONITORENV_REMOTE_DB_PORT = 5432
1414MONITORENV_REMOTE_DB_NAME = monitorenvdb
1515MONITORENV_REMOTE_DB_USER =
1616MONITORENV_REMOTE_DB_PWD =
1717
18- # local : CROSS (idem intégration ou prod)
18+ # local : CROSS (idem integration or prod)
1919MONITORFISH_LOCAL_CLIENT = postgresql
2020MONITORFISH_LOCAL_HOST =
2121MONITORFISH_LOCAL_PORT = 5432
2222MONITORFISH_LOCAL_NAME =
2323MONITORFISH_LOCAL_USER =
2424MONITORFISH_LOCAL_PWD =
2525
26- # local : CROSS (idem intégration ou prod)
26+ # local : CROSS (idem integration or prod)
2727CACEM_LOCAL_CLIENT = postgresql
2828CACEM_LOCAL_HOST =
2929CACEM_LOCAL_PORT = 5432
You can’t perform that action at this time.
0 commit comments