Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
QuyenLy87 committed Oct 29, 2024
1 parent 8c0fa5d commit 578b0b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public ResponseEntity<Void> upgradeDependantVersion(@PathVariable String release
@IsAuthenticatedAsAdminOrReleaseManager
@Operation(summary = "Run post-release task which will update the daily build for the new authoring cycle")
public ResponseEntity<Void> doPostReleaseTask(@PathVariable String releaseCenterKey,
@RequestBody PostReleaseRequest request) throws IOException, DecoderException, BusinessServiceException {
@RequestBody PostReleaseRequest request) throws IOException, DecoderException, BusinessServiceException, ParseException {
logger.info("doPostReleaseTask111");
Build build = buildService.find(releaseCenterKey, request.releasedSourceProductKey(), request.releasedSourceBuildKey(), true, null, null, null);
logger.info("doPostReleaseTask222");
Expand Down

0 comments on commit 578b0b1

Please sign in to comment.