diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-25 00:18:54 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-25 00:18:54 +0200 |
commit | 7934846352c66b3ad46ea3a787ebdf530783a4f1 (patch) | |
tree | 33dc2a795193383b38e9f278ba04493700ea1846 /jjb/common/include-agl-run-test-prepare.sh | |
parent | 9d818e2b172c6e61f77938a4a2f45f3a107103f1 (diff) |
Leave DEVICE_URL_PREFIX enabled
Change-Id: I1a5adadef039e92df7eee491ed6ee5b7d50344f1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-run-test-prepare.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index c70cf45a..00d67882 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -53,7 +53,7 @@ fi #export DEVICE_NBDROOT_COMPRESSION=false #export DEVICE_BOOT_METHOD=u-boot #export DEVICE_BOOT_TYPE=bootm -#export DEVICE_URL_PREFIX='https://download.automotivelinux.org/AGL/upload/ci/' +export DEVICE_URL_PREFIX='https://download.automotivelinux.org/AGL/upload/ci/' # import device defaults. Format 'a=b' |