Skip to content

Commit

Permalink
WIP. Remove warning non needed
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 19, 2024
1 parent 154ddec commit 30249bb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ public class TektonProvider implements Provider {
@Override
public HasMetadata buildResource(Configurator cfg, String tektonResourceType) {
TYPE = Type.valueOf(cfg.getType().toUpperCase());
@SuppressWarnings("unchecked")
PipelineTask aTask;

PipelineTask aTask;
List<Action> actions = cfg.getJob().getActions();
List<PipelineTask> tasks = new ArrayList<>();
List<PipelineTask> finallyTasks = new ArrayList<>();
Expand Down

0 comments on commit 30249bb

Please sign in to comment.