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 and TimHuynh committed Jan 17, 2025
1 parent 52df828 commit 4eee25d
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 4eee25d

Please sign in to comment.