Skip to content

Commit

Permalink
Merge pull request #311 from CybercentreCanada/cccs-rs-patch-1
Browse files Browse the repository at this point in the history
Update build-base.yaml
  • Loading branch information
cccs-rs authored Jan 29, 2025
2 parents c6c9134 + 46cd8ab commit 5b29da8
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 5b29da8

Please sign in to comment.