1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 00:48:45 +01:00

Merge pull request #1129 from wking/aws-destroy-tag-search-error-handling

pkg/destroy/aws: Set 'matched' on tag-pagination errors
This commit is contained in:
OpenShift Merge Robot
2019-01-27 08:13:57 +01:00
committed by GitHub

View File

@@ -143,6 +143,7 @@ func (o *ClusterUninstaller) Run() error {
if err != nil {
err = errors.Wrapf(err, "get tagged resources")
o.Logger.Info(err)
matched = true
loopError = err
}
}