diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-15 13:46:42 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-08-14 07:12:39 +0000 |
commit | d6d96992bc218c893276ba5f04680938b6a32e26 (patch) | |
tree | 0f2075d06584123a802ec0bcd65a58b2354390bb | |
parent | d7d6fcb2da15e49ad42b119f50b58a35c4b6498e (diff) | |
download | meta-boot2qt-d6d96992bc218c893276ba5f04680938b6a32e26.tar.gz |
Use actual Qt version for upload location
Change-Id: I8a7718808aea48eb8113f743bbdc8b203a1581ab
(cherry picked from commit 90717dbcb0c2431dc0b4e7da58b3abfecbbae16b)
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 2a87217..e59a3f6 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=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) |
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 |