Skip to content

Commit

Permalink
check if the correct container is deployed and replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcWeberFS committed Nov 11, 2024
1 parent f883c9e commit ca8ffb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void execute(DelegateExecution execution) throws Exception {
}

if (downloadLink == null) {
System.err.println("No S3 URL found in downloadResult.");
System.err.println("No S3 URL found in downloadResult :()");
} else {
execution.setVariable("downloadLink", downloadLink);
System.out.println("Extracted S3 URL: " + downloadLink);
Expand Down

0 comments on commit ca8ffb4

Please sign in to comment.