Skip to content

Commit 45948db

Browse files
committed
wip
1 parent 657b353 commit 45948db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci-runner/helper/DockerHelper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ func (impl *DockerHelperImpl) removeBuildxDriver(ciContext cicxt.CiContext) {
10241024
fmt.Println(util.DEVTRON, " cmd : ", removeCmd)
10251025
execRemoveCmd := impl.GetCommandToExecute(removeCmd)
10261026
_ = impl.cmdExecutor.RunCommand(ciContext, execRemoveCmd)
1027+
//not handling error here as this is just a cleanup job, not making it blocking
10271028
}
10281029

10291030
// this function is deprecated, use cmdExecutor.RunCommand instead

0 commit comments

Comments
 (0)