CI: Fix robot images to build with CentOS7/8
[releng/builder.git] / jjb / autorelease / branch-cut.sh
index 29e065ea3c3f76a86781d92e920e0609f531155b..0c24b27c94f342d62a78328fb4dd521c2336952d 100644 (file)
@@ -28,6 +28,11 @@ LOG_FILE="$WORKSPACE/archives/branch-cut.log"
 
 set -eu -o pipefail
 
+# shellcheck disable=SC1090
+source ~/lf-env.sh
+
+lf-activate-venv "git-review==1.28"
+
 # Validate inputs
 if [ -z "$RELEASE" ]; then
     echo "ERROR: RELEASE variable must be set to a release name. Eg Carbon"