Skip to content

Commit bdb0df0

Browse files
Put a wrong repo 🤦
1 parent e0f3f21 commit bdb0df0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/micrometer/release/Main.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,12 @@ private boolean isTrainRelease(String githubOrgRepo, String contextPropVersions,
108108
// This is used for e2e tests
109109
private String modifyForE2eTests(String githubOrgRepo) {
110110
if ("marcingrzejszczak/gh-actions-test".equalsIgnoreCase(githubOrgRepo)) {
111-
return "micrometer-metrics/tracing";
111+
return "micrometer-metrics/micrometer";
112112
}
113113
return githubOrgRepo;
114114
}
115115

116116
private boolean hasText(String text) {
117-
log.info("Checking if text is there [{}]", text);
118117
return text != null && !text.isBlank();
119118
}
120119

0 commit comments

Comments
 (0)