We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b5193 commit 22ec5ddCopy full SHA for 22ec5dd
buildspec/release/70checkmarketplace.yml
@@ -36,7 +36,7 @@ phases:
36
fi
37
- |
38
if [ "$STAGE" != "prod" ]; then
39
- echo "checkmarketplace: Non-production stage detected. Installing beta version 1.44.0."
+ echo "checkmarketplace: Non-production stage detected. Installing beta version "${beta_version}"."
40
code_command="code-insiders"
41
else
42
code_command="code"
0 commit comments