summaryrefslogtreecommitdiff
path: root/azure-pipelines/manifest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/manifest.sh')
-rwxr-xr-xazure-pipelines/manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/manifest.sh b/azure-pipelines/manifest.sh
index 4d1197277..d8f4f9aac 100755
--- a/azure-pipelines/manifest.sh
+++ b/azure-pipelines/manifest.sh
@@ -15,7 +15,7 @@ if [ ! -e .version ] || [ ! -e .release_date ]; then
fi
# Find the name based on the version
-if [ "${ISSTABLERELEASE}" = "true" ]; then
+if [ -e .is_stable ]; then
isTesting=$(cat .version | grep "RC\|beta" || true)
if [ -z "${isTesting}" ]; then
NAME="stable"