From 46cd8abeaf4147f24e5027f19860d1ef6ad65784 Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:37:58 -0500 Subject: [PATCH] Update build-base.yaml --- pipelines/templates/stages/build-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/templates/stages/build-base.yaml b/pipelines/templates/stages/build-base.yaml index a0511fa..1780593 100644 --- a/pipelines/templates/stages/build-base.yaml +++ b/pipelines/templates/stages/build-base.yaml @@ -16,7 +16,7 @@ stages: containerRegistry: cccstemp - script: | set -exv # Echo commands before they are run - if [[ "$TAG" == *stable* ]]; then export BUILD_TYPE=stable; else export BUILD_TYPE=latest; fi + if [[ "$TAG" == *stable* ]]; then export BUILD_TYPE=stable; else export BUILD_TYPE=dev; fi export VERSION=${TAG/stable} export VERSION=${VERSION/beta/b} export SERIES="`expr $TAG : '\([0-9]\+\.[0-9]\+\.\)'`${BUILD_TYPE}"