Skip to content

Commit

Permalink
KPMP-2062: Remove metadata delete line
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed Aug 28, 2020
1 parent 6da02a5 commit 1e67679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/kpmp/RegenerateZipFiles.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public void run(String... args) throws Exception {
"/home/gradle/zipWorker/zipWorker.jar");

boolean success = processExecutor.executeProcess(zipCommand);
metadataFile.delete();
if (success) {
LocalDateTime start = LocalDateTime.ofInstant(startRezipTime.toInstant(),
ZoneId.systemDefault());
Expand Down

0 comments on commit 1e67679

Please sign in to comment.