From 812365ff9ce8bc9677176f6afabda9f78a5deeb3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 10 Feb 2020 18:48:13 +0000 Subject: AGLBRANCH is not defined in this context. Use TARGETBRANCH as it is defined in this context. Bug-AGL: SPEC-2978 Change-Id: Icb1307ff4beef3d80b9e51e81920924b357b9428 Signed-off-by: Jan-Simon Moeller --- jjb/common/include-agl-run-test-prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common') diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index 9cbb9268..d53e0ffe 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -10,9 +10,9 @@ cd $REPODIR # clone repo for templates and related utils, add to $PATH for later use if [ ! -e releng-scripts ]; then - git clone --branch $AGLBRANCH https://git.automotivelinux.org/AGL/releng-scripts + git clone --branch $TARGETBRANCH https://git.automotivelinux.org/AGL/releng-scripts else - (cd releng-scripts; git remote update; git checkout -f origin/$AGLBRANCH) + (cd releng-scripts; git remote update; git checkout -f origin/$TARGETBRANCH) fi if [ -e releng-scripts/utils ]; then -- cgit 1.2.3-korg