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.Store", | ||
| "BlobName": "VirtoCommerce.Store_3.1001.0.zip" |
There was a problem hiding this comment.
Store module missing PR-specific build identifier
High Severity
The VirtoCommerce.Store BlobName changed from VirtoCommerce.Store_3.1001.0-pr-165-2642.zip to VirtoCommerce.Store_3.1001.0.zip, dropping the PR-specific build suffix. Every other AzureBlob module uses a -pr-NUMBER-HASH suffix, indicating PR-specific builds for QA. The PR description confirms this — it says "from PR undefined undefined", meaning the automation failed to resolve the PR number and hash. The QA environment will deploy the base Store module version instead of the intended PR build.


ci: Automated update vc-module-store from PR undefined undefined
Note
Low Risk
Low risk: updates a single module package reference in
backend/packages.jsonplus minor formatting/newline tweaks; main risk is pulling a differentVirtoCommerce.Storebuild than before.Overview
Updates
backend/packages.jsonto pointVirtoCommerce.Storeto the releasedVirtoCommerce.Store_3.1001.0.zipartifact instead of a PR-specific build.Also includes minor JSON formatting cleanup (whitespace/array formatting) without functional changes to other module entries.
Written by Cursor Bugbot for commit f7c80ce. This will update automatically on new commits. Configure here.