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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user