Skip to content

Commit

Permalink
Merge pull request #19863 from ioforks/fix-16993-remove-unused-code
Browse files Browse the repository at this point in the history
Remove useless code from KuberentesProcessor
  • Loading branch information
geoand authored Sep 2, 2021
2 parents b4bf49f + 09a8a4f commit aeab361
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public void build(ApplicationInfoBuildItem applicationInfo,
Path targetPath = outputTarget.getOutputDirectory().resolve(KUBERNETES).resolve(fileName);
String relativePath = targetPath.toAbsolutePath().toString().replace(root.toAbsolutePath().toString(), "");

resourceEntry.getKey().replace(root.toAbsolutePath().toString(), KUBERNETES);
if (fileName.endsWith(".yml") || fileName.endsWith(".json")) {
String target = fileName.substring(0, fileName.lastIndexOf("."));
if (!deploymentTargets.contains(target)) {
Expand Down

0 comments on commit aeab361

Please sign in to comment.