Closed ghost closed 4 years ago
This PR refactores the deleteBuilds() function from the EdgeImageContext. It moves the function to the BuildServiceContext, gives it variable Args, so that it can be used for DISTRIBUTED submission and EDGE submission.
deleteBuilds()
EdgeImageContext
BuildServiceContext
The last two commits should have gone into a new PR.
This PR refactores the
deleteBuilds()
function from theEdgeImageContext
. It moves the function to theBuildServiceContext
, gives it variable Args, so that it can be used for DISTRIBUTED submission and EDGE submission.