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

ci: Skip fallback download in tests #1878

Merged
merged 2 commits into from
Dec 29, 2023

Conversation

lforst
Copy link
Member

@lforst lforst commented Dec 28, 2023

The download will fail on release branches: https://github.com/getsentry/sentry-cli/actions/runs/7347591741/job/20004278485

Reason being that the new version isn't available yet - meaning optional deps won't be downloaded AND the CDN doesn't host the new version yet, crashing the install script.

This PR should fix that by simply skipping the fallback download for tests.

@lforst lforst requested a review from adinauer December 28, 2023 13:57
@lforst lforst merged commit 532d497 into master Dec 29, 2023
12 checks passed
@lforst lforst deleted the lforst-skip-fallback-downloads-for-tests branch December 29, 2023 09:04
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.

None yet

2 participants