We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657b353 commit 45948dbCopy full SHA for 45948db
1 file changed
ci-runner/helper/DockerHelper.go
@@ -1024,6 +1024,7 @@ func (impl *DockerHelperImpl) removeBuildxDriver(ciContext cicxt.CiContext) {
1024
fmt.Println(util.DEVTRON, " cmd : ", removeCmd)
1025
execRemoveCmd := impl.GetCommandToExecute(removeCmd)
1026
_ = impl.cmdExecutor.RunCommand(ciContext, execRemoveCmd)
1027
+ //not handling error here as this is just a cleanup job, not making it blocking
1028
}
1029
1030
// this function is deprecated, use cmdExecutor.RunCommand instead
0 commit comments