Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Aug 3, 2023
1 parent 6cc4802 commit 9c5ee57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def _gen_docker_compose(modules):
docker_compose["services"][service_name] = service_config.copy()
docker_compose["services"][service_name]["volumes"] = volumes[:]

print(yaml.safe_dump(docker_compose, sort_keys=False))
# Write to a tempory file with the appropriate profile name
prefix = "ci"
with tempfile.TemporaryDirectory() as tmpdir:
Expand Down

0 comments on commit 9c5ee57

Please sign in to comment.