Skip to content

Commit

Permalink
Temp commit for testing VAL-301
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Apr 26, 2023
1 parent 7b20c9c commit af9ec35
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ private void executeBuild(final Build build) throws BusinessServiceException, No

// create the final package
File zipPackage = null;
String packageName;
try {
String packageName = null;
/*try {
final Zipper zipper = new Zipper(build, dao);
zipPackage = zipper.createZipFile(false);
packageName = zipPackage.getName();
Expand All @@ -723,7 +723,7 @@ private void executeBuild(final Build build) throws BusinessServiceException, No
throw new BusinessServiceException("Failed to create zip file", e);
} finally {
org.apache.commons.io.FileUtils.deleteQuietly(zipPackage);
}
}*/

if (dao.isBuildCancelRequested(build)) return;

Expand Down

0 comments on commit af9ec35

Please sign in to comment.