-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correctly empty repos when deleting app regional resources #5617
fix: correctly empty repos when deleting app regional resources #5617
Conversation
🍕 Here are the new binary sizes!
|
Co-authored-by: Efe Karakus <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## mainline #5617 +/- ##
============================================
- Coverage 70.03% 70.02% -0.02%
============================================
Files 303 303
Lines 46589 46592 +3
Branches 299 299
============================================
- Hits 32629 32625 -4
- Misses 12377 12382 +5
- Partials 1583 1585 +2 ☔ View full report in Codecov by Sentry. |
ecr := cf.regionalECRClient(region) | ||
for repo := range resources.RepositoryURLs { | ||
if err := ecr.ClearRepository(repo); err != nil { | ||
for svcName, _ := range resources.RepositoryURLs { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rip sorry for the churn :'( static check says my suggestion is stoopid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah but for svcName := range resources.RepositoryURLs {
def. made me churn too...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to efe's fb and thank you for fixing the bug!
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.