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

[Bug] shippy still uses build slug splitting instead of using regex pattern matching #689

Open
sentry-io bot opened this issue Dec 22, 2024 · 0 comments
Assignees
Labels
bug Something isn't working P1 Priority Level 1 (Urgent) python Python related

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 22, 2024

Sentry Issue: SHIPPY-34

ValueError: too many values to unpack (expected 6)
  File "shippy", line 8, in <module>
    sys.exit(main())
  File "shippy/__main__.py", line 400, in main
    search_and_upload_builds(client, args)
  File "shippy/__main__.py", line 108, in search_and_upload_builds
    check_and_upload_build(client, args, build_path)
  File "shippy/__main__.py", line 70, in check_and_upload_build
    if not check_build(client, build_path):
  File "shippy/__main__.py", line 287, in check_build
    _, _, _, build_type, build_variant, _ = build_slug.split("-")
@sentry-io sentry-io bot added bug Something isn't working P1 Priority Level 1 (Urgent) python Python related labels Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Priority Level 1 (Urgent) python Python related
Projects
None yet
Development

No branches or pull requests

1 participant