Skip to content

Commit

Permalink
patch(api/build): add commit to compiler instantiation (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Sep 7, 2023
1 parent fcda6aa commit 8c2444f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/build/restart.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func RestartBuild(c *gin.Context) {
p, compiled, err = compiler.FromContext(c).
Duplicate().
WithBuild(b).
WithCommit(b.GetCommit()).
WithFiles(files).
WithMetadata(m).
WithRepo(r).
Expand Down

0 comments on commit 8c2444f

Please sign in to comment.