Skip to content

Commit

Permalink
Set latest minor release to 8.10
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Oct 6, 2022
1 parent 3b72c49 commit 468a8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/go_gold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if [ -e helm/hpcc/Chart.yaml ] ; then
doit "git submodule update --init --recursive"
HPCC_PROJECTS=hpcc-helm
HPCC_NAME=HPCC
if [[ "$HPCC_MAJOR" == "8" ]] && [[ "$HPCC_MINOR" == "8" ]] ; then
if [[ "$HPCC_MAJOR" == "8" ]] && [[ "$HPCC_MINOR" == "10" ]] ; then
doit "rm -rf ./helm"
doit "cp -rf $HPCC_DIR/helm ./helm"
doit "rm -f ./helm/*.bak"
Expand All @@ -100,7 +100,7 @@ if [ -e helm/hpcc/Chart.yaml ] ; then
doit "git add *.tgz"

doit "git commit -a -s -m \"$HPCC_NAME Helm Charts $HPCC_SHORT_TAG-$HPCC_SEQUENCE\""
if [[ "$HPCC_MAJOR" == "8" ]] && [[ "$HPCC_MINOR" == "8" ]] ; then
if [[ "$HPCC_MAJOR" == "8" ]] && [[ "$HPCC_MINOR" == "10" ]] ; then
doit "git tag $FORCE $HPCC_MAJOR.$HPCC_MINOR.$HPCC_POINT && git push $REMOTE $HPCC_MAJOR.$HPCC_MINOR.$HPCC_POINT $FORCE"
fi
doit "git push $REMOTE master $FORCE"
Expand Down

0 comments on commit 468a8fc

Please sign in to comment.