Skip to content

Commit

Permalink
Trigger CI pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni committed Jun 21, 2024
1 parent 06a9b03 commit a0d26b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public Map<String, EventSource> prepareEventSources(EventSourceContext<OptaPlann

@Override
public UpdateControl<OptaPlannerSolver> reconcile(OptaPlannerSolver solver, Context<OptaPlannerSolver> context) {
System.out.println("Trigger CI pt.2 ");
boolean isReady = true;
deploymentDependentResource.reconcile(solver, context);
inputQueueDependentResource.reconcile(solver, context);
Expand Down

0 comments on commit a0d26b2

Please sign in to comment.