Skip to content

Commit

Permalink
Fix running of bookkeeper in Docker in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Feb 1, 2024
1 parent c497578 commit 7bc1fbf
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ public static boolean waitAllBookieUp(DockerClient docker) {
}

private static String computeBinFilenameByVersion(String version) {
if (OLD_CLIENT_VERSIONS_WITH_OLD_BK_BIN_NAME.contains(version)) {
return "bookkeeper";
}
return "bookkeeper_gradle";
return "bookkeeper";
}
}

0 comments on commit 7bc1fbf

Please sign in to comment.