Skip to content

Commit

Permalink
fix wrong endpoint for sending build time (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Virasak Dungrikaew <[email protected]>
  • Loading branch information
virasak and virasakagoda authored Jul 10, 2023
1 parent d4cc6b8 commit f6eb265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agoda.Builds.Metrics/MeasureBuildTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public override bool Execute()
gitContext: gitContext
);

DevFeedbackPublisher.Publish(ApiEndPoint, data, DevLocalDataType.NUnit);
DevFeedbackPublisher.Publish(ApiEndPoint, data, DevLocalDataType.Build);
}
catch (GitContextException ex)
{
Expand Down

0 comments on commit f6eb265

Please sign in to comment.