Skip to content

Commit 087f4e3

Browse files
committed
Remove unnecessary continue line
1 parent 53b2886 commit 087f4e3

File tree

1 file changed

+0
-2
lines changed
  • dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/utils

1 file changed

+0
-2
lines changed

dockerfile-image-update/src/main/java/com/salesforce/dockerfileimageupdate/utils/PullRequests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@ public void prepareToCreate(final Namespace ns,
3535
if(ns.getBoolean(Constants.CHECK_FOR_RENOVATE)
3636
&& (githubAppCheck.isGithubAppEnabledOnRepository(forkWithContentPaths.get().getParent().getFullName()))) {
3737
log.info("The repo {} is onboarded onto Renovate. Hence, skip sending DFIU PRs to this repository.", forkWithContentPaths.get().getParent().getFullName());
38-
continue;
3938
} else {
4039
dockerfileGitHubUtil.changeDockerfiles(ns,
4140
pathToDockerfilesInParentRepo,
4241
forkWithContentPaths.get(), skippedRepos,
4342
gitForkBranch, rateLimiter);
44-
continue;
4543
}
4644
} catch (IOException | InterruptedException e) {
4745
log.error(String.format("Error changing Dockerfile for %s", forkWithContentPaths.get().getParent().getFullName()), e);

0 commit comments

Comments
 (0)