Skip to content

Commit cee9f4c

Browse files
authored
Update 70checkmarketplace.yml
1 parent 8e1e2c0 commit cee9f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ phases:
3636
fi
3737
# If in beta, use code-insiders to install specific beta version
3838
- |
39-
if false; then
39+
if [ "$STAGE" != "prod" ]; then
4040
echo "checkmarketplace: Non-production stage detected. Installing beta version "${beta_version}"."
4141
VERSION=${beta_version#@}
4242
else

0 commit comments

Comments
 (0)