Skip to content

Commit 125fa30

Browse files
authored
Update 70checkmarketplace.yml
1 parent 3274997 commit 125fa30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ phases:
3434
echo checkmarketplace: "Unknown TARGET_EXTENSION: ${TARGET_EXTENSION}"
3535
exit 1
3636
fi
37+
- |
38+
if [ "$STAGE" != "prod" ]; then
39+
echo "checkmarketplace: Non-production stage detected. Installing hardcoded version '${VERSION}'."
40+
fi
3741
# keep installing the desired extension version until successful. Otherwise fail on codebuild timeout (1 hour).
3842
- |
3943
while true; do

0 commit comments

Comments
 (0)