Skip to content

Commit

Permalink
Update build-base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Jan 29, 2025
1 parent c6c9134 commit 46cd8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/stages/build-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 46cd8ab

Please sign in to comment.