Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| }, | ||
| { | ||
| "Id": "VirtoCommerce.Catalog", | ||
| "BlobName": "VirtoCommerce.Catalog_3.1014.0.zip" |
There was a problem hiding this comment.
Catalog module blob name likely wrong from CI failure
High Severity
The VirtoCommerce.Catalog BlobName changed from a PR-specific build (VirtoCommerce.Catalog_3.1014.0-pr-875-18ba.zip) to a plain release name (VirtoCommerce.Catalog_3.1014.0.zip). The PR description explicitly shows "from PR undefined undefined", indicating the CI automation failed to resolve the source PR number and commit hash. Nearly every other module in the AzureBlob prerelease source uses a -pr-{number}-{hash} suffix. This blob likely does not exist in the vc3prerelease storage container, which would cause a deployment failure.


ci: Automated update vc-module-catalog from PR undefined undefined
Note
Low Risk
Low risk config-only change, but it changes which
VirtoCommerce.Catalogpackage is deployed (PR build -> released artifact), which could affect runtime behavior if versions differ.Overview
Updates
backend/packages.jsonto switchVirtoCommerce.Catalogin theAzureBlobsource from a PR-specific package (3.1014.0-pr-875-18ba) to the released3.1014.0artifact.Also includes minor JSON formatting/whitespace normalization (e.g., array bracket spacing and file newline).
Written by Cursor Bugbot for commit 043372d. This will update automatically on new commits. Configure here.