summaryrefslogtreecommitdiffstats
path: root/scripts/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/upload.sh')
-rwxr-xr-xscripts/upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh
index e59a3f6..a30cc32 100755
--- a/scripts/upload.sh
+++ b/scripts/upload.sh
@@ -24,7 +24,7 @@ set -x
24set -e 24set -e
25 25
26RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*) 26RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*)
27UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ 27UPLOADPATH=QT@ci-files02-hki.intra.qt.io:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/
28 28
29if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then 29if [ -e tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.hdd ]; then
30 7z a -l b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ 30 7z a -l b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \