diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-15 13:46:42 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-19 06:19:12 +0000 |
commit | 90717dbcb0c2431dc0b4e7da58b3abfecbbae16b (patch) | |
tree | f236dfbeee43d56af6b8c016ce80287a3b038f90 | |
parent | 96851bd9222325e62417bf24319eb396f49f2750 (diff) | |
download | meta-boot2qt-90717dbcb0c2431dc0b4e7da58b3abfecbbae16b.tar.gz |
Use actual Qt version for upload location
Change-Id: I7629bcba7aadf9acb417d2c0b3567e1a0e9e69eb
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-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 23b3b16..cb94719 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -31,7 +31,7 @@ | |||
31 | set -x | 31 | set -x |
32 | set -e | 32 | set -e |
33 | 33 | ||
34 | RELEASE=5.9 | 34 | RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) |
35 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 35 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
36 | UPLOADS="\ | 36 | UPLOADS="\ |
37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ | 37 | tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ |