Skip to content

Commit

Permalink
Merge pull request #1129 from wking/aws-destroy-tag-search-error-hand…
Browse files Browse the repository at this point in the history
…ling

pkg/destroy/aws: Set 'matched' on tag-pagination errors
  • Loading branch information
openshift-merge-robot authored Jan 27, 2019
2 parents 0098511 + 6a32dcf commit f8a946e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/destroy/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit f8a946e

Please sign in to comment.