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 c163875 commit 23a7c3dCopy full SHA for 23a7c3d
1 file changed
scripts/ci/format.sh
@@ -28,7 +28,7 @@ VERSION="${RELEASE_TAG#v}"
28
FULL_INSTALLER_NAME="${INSTALLER_BASE_NAME}"
29
[[ -n "$BUILD_TYPE" && "$BUILD_TYPE" != "production" ]] && FULL_INSTALLER_NAME="${FULL_INSTALLER_NAME}-${BUILD_TYPE}"
30
31
-VERSION_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/${RELEASE_TAG}"
+VERSION_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/${VERSION}"
32
LATEST_URL="https://${BUCKET}.s3.amazonaws.com/releases/${BUILD_TYPE}/latest"
33
34
# Check if a platform should be included
0 commit comments