Skip to content

Commit

Permalink
test fiz
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Sep 10, 2024
1 parent ceff20e commit f1bbc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/modules/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def _generate_service_config(

volumes = [
"../:/code:rw",
"../ch_backup:/var/tmp/ch-backup/ch_backup:rw",
]
if os.path.exists(os.path.join(staging_dir, f"images/{instance_name}/config")):
volumes.append(f"./images/{instance_name}/config:/config:rw")
Expand Down

0 comments on commit f1bbc68

Please sign in to comment.