Skip to content

Commit

Permalink
temporary build folder not cleaned up apache#230
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and ipolyzos committed Jul 31, 2019
1 parent 326793a commit 79494e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (b *defaultBuilder) submit(request Request) {
r.Error = err
}

os.RemoveAll(builderPath)
defer os.RemoveAll(builderPath)

// update the cache
b.request.Store(request.Identifier, r)
Expand Down

0 comments on commit 79494e0

Please sign in to comment.