Fix: sourced files w/o arg bashisms
[releng/builder.git] / jjb / autorelease / branch-cut.sh
index 29e065ea3c3f76a86781d92e920e0609f531155b..6d458b509dd6b5b8ac591f17575caf76d58c8bfa 100644 (file)
@@ -28,6 +28,11 @@ LOG_FILE="$WORKSPACE/archives/branch-cut.log"
 
 set -eu -o pipefail
 
+# shellcheck disable=SC1090
+. ~/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"