Skip to content

Commit

Permalink
fix(build): use item build host (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Jan 13, 2025
1 parent fb2f8cf commit 3e8f18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func RestartBuild(c *gin.Context) {
queue.FromGinContext(c),
database.FromContext(c),
item,
b.GetHost(),
item.Build.GetHost(),
)
} else {
err := GatekeepBuild(c, b, r)
Expand Down

0 comments on commit 3e8f18b

Please sign in to comment.