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 3274997 commit 125fa30Copy full SHA for 125fa30
buildspec/release/70checkmarketplace.yml
@@ -34,6 +34,10 @@ phases:
34
echo checkmarketplace: "Unknown TARGET_EXTENSION: ${TARGET_EXTENSION}"
35
exit 1
36
fi
37
+ - |
38
+ if [ "$STAGE" != "prod" ]; then
39
+ echo "checkmarketplace: Non-production stage detected. Installing hardcoded version '${VERSION}'."
40
+ fi
41
# keep installing the desired extension version until successful. Otherwise fail on codebuild timeout (1 hour).
42
- |
43
while true; do
0 commit comments