Skip to content

Commit

Permalink
Checking docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishVora2912 committed Aug 13, 2024
1 parent 5c6bfc4 commit 53c75cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker_build_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def build_docker_image(image, tag, kafka_url, image_type):
def run_docker_tests(image, tag, kafka_url, image_type):
temp_dir_path = tempfile.mkdtemp()
try:
execute(["docker-compose", "--version"])
current_dir = os.path.dirname(os.path.realpath(__file__))
copy_tree(f"{current_dir}/test/fixtures", f"{temp_dir_path}/fixtures")
execute(["wget", "-nv", "-O", f"{temp_dir_path}/kafka.tgz", kafka_url])
Expand Down

0 comments on commit 53c75cb

Please sign in to comment.