Skip to content

Commit

Permalink
🐛 [release-0.2] Remove EAP6 target (#449)
Browse files Browse the repository at this point in the history
Back-port #448 to release-0.2.

Co-authored-by: ibolton336 <[email protected]>
  • Loading branch information
jortel and ibolton336 authored Jul 19, 2023
1 parent 455d6c4 commit 277109f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion hack/add/analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ konveyor.io/target=azure-appservice
konveyor.io/target=azure-container-apps
konveyor.io/target=azure-spring-apps
konveyor.io/target=eap
konveyor.io/target=eap6
konveyor.io/target=eap7
konveyor.io/target=eap8
konveyor.io/target=drools
Expand Down
5 changes: 0 additions & 5 deletions migration/v3/seed/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ func Seed(db *gorm.DB) {
Description: "JBoss EAP 7",
Metadata: Target("eap7"),
},
{
Name: "JBoss EAP 6",
Description: "JBoss EAP 6",
Metadata: Target("eap6"),
},
},
},
},
Expand Down

0 comments on commit 277109f

Please sign in to comment.