Skip to content

Commit

Permalink
enhance: fixing merge conflicts for branch in scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Claire.Nicholas authored and Claire.Nicholas committed Aug 23, 2023
1 parent 3963259 commit 5d6f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func PublishToQueue(ctx context.Context, queue queue.Service, db database.Interf
return
}

item := types.ToItem(b, r, u)
item := types.ToItem(b, r, u)

logrus.Infof("Converting queue item to json for build %d for %s", b.GetNumber(), r.GetFullName())

Expand Down

0 comments on commit 5d6f6c9

Please sign in to comment.