Skip to content
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(artifact_proxy): remove invalid urls and do not ping on deploy #425

Merged
merged 1 commit into from
May 2, 2023

Conversation

felangel
Copy link
Contributor

@felangel felangel commented May 2, 2023

Description

  • fix(artifact_proxy): remove invalid urls and do not ping on deploy

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@felangel felangel requested review from eseidel and bryanoltman May 2, 2023 16:15
@felangel felangel self-assigned this May 2, 2023
@@ -114,11 +114,4 @@ final flutterArtifactPatterns = {
r'flutter_infra_release\/gradle-wrapper\/(.*)\/gradle-wrapper\.tgz',
r'flutter_infra_release\/flutter\/fonts\/(.*)\/fonts\.zip',
r'flutter_infra_release\/cipd\/flutter\/web\/canvaskit_bundle\/\+\/(.*)',
r'download.flutter.io\/org\/jacoco\/org.jacoco.ant\/0\.8\.3\/org.jacoco.ant-0\.8\.3\.pom',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

took a closer look at these and they aren't in the flutter storage bucket either so removing them from our config

@felangel felangel enabled auto-merge (squash) May 2, 2023 16:18
@felangel felangel merged commit 1e0d39f into main May 2, 2023
@felangel felangel deleted the fix/artifact-proxy-remove-unnecessary-urls branch May 2, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants