Skip to content

Commit a1ddd24

Browse files
authored
Update 70checkmarketplace.yml
1 parent 1974cbb commit a1ddd24

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
@@ -38,7 +38,7 @@ phases:
3838
- |
3939
if [ "$STAGE" != "prod" ]; then
4040
echo "checkmarketplace: Non-production stage detected. Installing beta version "${beta_version}"."
41-
VERSION=beta_version
41+
VERSION=${beta_version#@}
4242
else
4343
beta_version=""
4444
fi

0 commit comments

Comments
 (0)