Decode Base64 before parsing Gerrit comment
[releng/builder.git] / jjb / autorelease / version-bump.sh
index 23d062f4fbc1157d355bd3f25c5d3437432ce2d0..cbd532e5936f7a3538d2e77429c1601b46ff82a4 100644 (file)
@@ -26,6 +26,8 @@ BRANCH="$GERRIT_BRANCH"
 # Ensure we fail the job if any steps fail.
 set -eu -o pipefail
 
+pip install --user --quiet --upgrade git-review
+
 # Fail if branch cutting is not on master
 if [ "$BRANCH_CUT" = "true" ] && [ "$BRANCH" != "master" ]; then
     echo "ERROR: Cannot branch cut on $BRANCH, its required to be on the master branch."