diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-10 18:48:13 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-10 19:51:32 +0100 |
commit | 812365ff9ce8bc9677176f6afabda9f78a5deeb3 (patch) | |
tree | 5b2efc64326b9eb5740ceff9c1f68624a8421e4f /jjb | |
parent | 6dc333a3e0fc28db67683863e815a60770506978 (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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 4 |
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 |