aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-10 18:48:13 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-10 19:51:32 +0100
commit812365ff9ce8bc9677176f6afabda9f78a5deeb3 (patch)
tree5b2efc64326b9eb5740ceff9c1f68624a8421e4f
parent6dc333a3e0fc28db67683863e815a60770506978 (diff)
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 <jsmoeller@linuxfoundation.org>
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh4
1 files changed, 2 insertions, 2 deletions
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