Skip to content

Commit

Permalink
cache buster on CAT (#25785)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed May 3, 2023
1 parent 931911d commit 2da66e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ async def with_connector_acceptance_test(context: ConnectorContext, connector_un
with_bound_docker_host(context, cat_container, shared_tmp_volume, docker_service_name="cat")
.with_entrypoint([])
.with_exec(["pip", "install", "pytest-custom_exit_code"])
.with_env_variable("CACHEBUSTER", str(uuid.uuid4()))
.with_mounted_directory("/test_input", context.get_connector_dir(exclude=["secrets", ".venv"]))
.with_directory("/test_input/secrets", context.secrets_dir)
.with_workdir("/test_input")
Expand Down

0 comments on commit 2da66e9

Please sign in to comment.