Browse Source

HPCC-26950 Tagging of first rc for a new minor release fails

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 3 years ago
parent
commit
3728ef028f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake_modules/go_rc.sh

+ 1 - 1
cmake_modules/go_rc.sh

@@ -86,7 +86,7 @@ if [ "$HPCC_MATURITY" = "closedown" ] || [ "$HPCC_MATURITY" = "trunk" ] ; then
     fi
     doit "git add $VERSIONFILE"
     doit "git commit -s -m \"Split off $HPCC_MAJOR.$NEW_MINOR.$NEW_POINT\""
-    doit "git push $REMOTE"
+    doit "git push $REMOTE candidate-$HPCC_MAJOR.$NEW_MINOR.x"
   fi
   GIT_BRANCH=candidate-$HPCC_MAJOR.$NEW_MINOR.$NEW_POINT
   doit "git checkout $GIT_BRANCH"