Decode Base64 before parsing Gerrit comment
[releng/builder.git] / jjb / autorelease / branch-cut.sh
index 29e065ea3c3f76a86781d92e920e0609f531155b..342786b8b6a78b24882412a6fbf2952015fb8a25 100644 (file)
@@ -28,6 +28,8 @@ LOG_FILE="$WORKSPACE/archives/branch-cut.log"
 
 set -eu -o pipefail
 
+pip install --user --quiet --upgrade git-review
+
 # Validate inputs
 if [ -z "$RELEASE" ]; then
     echo "ERROR: RELEASE variable must be set to a release name. Eg Carbon"