diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-08-31 01:24:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-08-31 01:24:46 +0000 |
commit | 752e14f13849c8bb2d270dcf4d9ac30bf7fe9b90 (patch) | |
tree | c2b5a28a506afd6504d3464e53b4439c82d1cffb | |
parent | 87c1b5fe8d22b870d298967cc83e25aee8616c9e (diff) | |
parent | ad342f79348013277f4141edc48d273ae10aa71f (diff) |
Merge "jjb/common: run-test-prepare: clone releng-scripts"
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index 00d67882..f67262d4 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -12,6 +12,12 @@ set -x cd $REPODIR +# clone repo for templates and related utils, add to $PATH for later use +git clone --branch release https://git.automotivelinux.org/AGL/releng-scripts +if [ -e releng-scripts/utils ]; then + export PATH=$PATH:$PWD/releng-scripts/utils +fi + ls -alhR meta-agl/templates/machine/${MACHINE} #### Find out if machine can be tested. |