Fix pipeline bug
This commit is contained in:
parent
c410c7a213
commit
5a7ac8df4d
|
@ -296,6 +296,7 @@ test-screen-client:
|
||||||
- docker compose -f ${FOLDER}/docker-compose.yml --env-file $ENV_DEV_FILE up --abort-on-container-exit
|
- docker compose -f ${FOLDER}/docker-compose.yml --env-file $ENV_DEV_FILE up --abort-on-container-exit
|
||||||
|
|
||||||
.test-integration-clean: &test-integration-clean
|
.test-integration-clean: &test-integration-clean
|
||||||
|
- export $(cat context.env | xargs)
|
||||||
- export API_IMAGE=${FLIGHTS_INFO_TEST_IMAGE_NAME}
|
- export API_IMAGE=${FLIGHTS_INFO_TEST_IMAGE_NAME}
|
||||||
- docker compose -f flights-domain/docker-compose.yml --env-file $ENV_DEV_FILE down
|
- docker compose -f flights-domain/docker-compose.yml --env-file $ENV_DEV_FILE down
|
||||||
- export API_IMAGE=${USER_MANAGER_TEST_IMAGE_NAME}
|
- export API_IMAGE=${USER_MANAGER_TEST_IMAGE_NAME}
|
||||||
|
|
Loading…
Reference in New Issue