diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-22 16:11:30 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-03-17 11:58:29 +0000 |
commit | ccec3da8bfeef0e86a153772130212e36f68e8c8 (patch) | |
tree | a483b424b5a38abf307fc131a8d779ae4654b39e | |
parent | 7bb3b2abfdfe21c2005395a64bbe678067019fde (diff) | |
download | meta-boot2qt-ccec3da8bfeef0e86a153772130212e36f68e8c8.tar.gz |
Deploy build artifacts to 5.7 folder
Change-Id: Icf6e9610d26aa4c073b49655d691570ba099f5ff
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rwxr-xr-x | scripts/upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh index 2a87217..e0d896a 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -23,7 +23,7 @@ | |||
23 | set -x | 23 | set -x |
24 | set -e | 24 | set -e |
25 | 25 | ||
26 | RELEASE=5.6 | 26 | RELEASE=5.7 |
27 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 27 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
28 | 28 | ||
29 | if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then | 29 | if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then |