Skip to content

Commit 6a66db9

Browse files
authored
Update 70check-marketplace.yml
1 parent ef98ccb commit 6a66db9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec/release/70check-marketplace.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ phases:
1717
build:
1818
commands:
1919
- VERSION=$(node -e "console.log(require('./packages/${TARGET_EXTENSION}/package.json').version);")
20+
# Get the extension identifier from target extension
2021
- |
2122
if [ "${TARGET_EXTENSION}" = "amazonq" ]; then
2223
extension_name="amazonwebservices.amazon-q-vscode"
@@ -26,6 +27,7 @@ phases:
2627
echo "Unknown TARGET_EXTENSION: ${TARGET_EXTENSION}"
2728
exit 1
2829
fi
30+
# Keep re-installing the extension until the newer version is successfully installed
2931
- |
3032
while true; do
3133
code --uninstall-extension ${extension_name}

0 commit comments

Comments
 (0)