Skip to content

Commit

Permalink
🐛 fix duplicate tagging. (#123) (#124)
Browse files Browse the repository at this point in the history
Fix duplicate tagging introduced in #97

Moved to updateApplication().

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Cherry Picker <noreply@github.com>
Co-authored-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
konveyor-ci-bot[bot] and jortel authored Aug 6, 2024
1 parent 73d96dd commit a49195f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,7 @@ func main() {
if err != nil {
return
}
//
// Tags.
if d.Tagger.Enabled {
if d.Tagger.Source == "" {
d.Tagger.Source = Source
}
err = d.Tagger.Update(application.ID, issues.Tags())
if err != nil {
return
}
}


addon.Activity("Done.")

return
Expand Down

0 comments on commit a49195f

Please sign in to comment.