Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
refactor(run_docker_test): fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suchapalaver committed Jul 7, 2022
1 parent dfdfef4 commit 951e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run_docker_test
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main():
inspect = [
'docker', 'inspect',
'-f', "{{.State.ExitCode}}",
"{}_{}_1".format(
"{}_{}-1".format(
isolation_id,
test_service)
]
Expand Down

0 comments on commit 951e6a7

Please sign in to comment.