diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-14 15:34:30 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-19 09:50:33 +0000 |
commit | 48b1c72561178308bbb3d555cf13c9366958df77 (patch) | |
tree | 3224af5a5c4c32b9229e0dc524d0fa1463871114 /scripts | |
parent | 96b955c7d285b1fbdcd2b938be1812bbf737b47e (diff) | |
download | meta-boot2qt-48b1c72561178308bbb3d555cf13c9366958df77.tar.gz |
Set upload path to 5.6 release
Change-Id: I59efd1d9e6912e43a343cd3e9d56f54166209fcc
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'scripts')
-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 f3124ee..a33281b 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
@@ -24,7 +24,7 @@ | |||
24 | set -x | 24 | set -x |
25 | set -e | 25 | set -e |
26 | 26 | ||
27 | RELEASE=5.5 | 27 | RELEASE=5.6 |
28 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 28 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
29 | 29 | ||
30 | if [ ${MACHINE} = "emulator" ]; then | 30 | if [ ${MACHINE} = "emulator" ]; then |